From c43ca40193c11a6789bce662c628de801c3674ab Mon Sep 17 00:00:00 2001 From: sean-lau Date: Thu, 28 Oct 2021 11:23:52 +0800 Subject: [PATCH] Update package sphinx-testing of version 1.0.1 --- python-sphinx-testing.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-sphinx-testing.spec b/python-sphinx-testing.spec index 28c452f..2114df3 100644 --- a/python-sphinx-testing.spec +++ b/python-sphinx-testing.spec @@ -19,7 +19,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-nose # General requires BuildRequires: python3-sphinx BuildRequires: python3-six @@ -36,14 +35,14 @@ Provides: python3-sphinx-testing-doc sphinx-testing provides testing utility classes and functions for Sphinx extensions %prep -%autosetup -n sphinx-testing-1.0.1 +%autosetup -n sphinx-testing-%{version} %build %py3_build - %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -71,15 +70,17 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -nosetests-3 +%{__python3} setup.py test %files -n python3-sphinx-testing -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* %changelog +* Thu Oct 28 2021 OpenStack_SIG - 1.0.1-1 +- Upgrade package python3-sphinx-testing to version 1.0.1 + * Fri Jul 30 2021 OpenStack_SIG - 1.0.1-1 - Package Spec generate