diff --git a/openstackdocstheme-1.20.1.tar.gz b/openstackdocstheme-1.20.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..218c01a6664ba028154cd14d1e19dcee0708d77d Binary files /dev/null and b/openstackdocstheme-1.20.1.tar.gz differ diff --git a/openstackdocstheme-2.2.6.tar.gz b/openstackdocstheme-2.2.6.tar.gz deleted file mode 100644 index 4981c2d9f856f330e8b90bf7b7ec642f58ac2df7..0000000000000000000000000000000000000000 Binary files a/openstackdocstheme-2.2.6.tar.gz and /dev/null differ diff --git a/python3-openstackdocstheme.spec b/python-openstackdocstheme.spec similarity index 64% rename from python3-openstackdocstheme.spec rename to python-openstackdocstheme.spec index 3778beb86c936ba12ec540595baac96d2f8b37ac..122d8ec59abab336fffd314b2f3a6e04161d4281 100644 --- a/python3-openstackdocstheme.spec +++ b/python-openstackdocstheme.spec @@ -1,41 +1,41 @@ %global _empty_manifest_terminate_build 0 Name: python-openstackdocstheme -Version: 2.2.6 +Version: 1.20.1 Release: 1 Summary: OpenStack Docs Theme -License: Apache-2.0 +License: Apache-2.0, CC-BY-3.0 URL: https://docs.openstack.org/openstackdocstheme/latest/ -Source0: https://files.pythonhosted.org/packages/fc/41/024963ee03015130ef7d4514f526c921da559d65f9c41f7f416891cfae2e/openstackdocstheme-2.2.6.tar.gz +Source0: https://files.pythonhosted.org/packages/2d/5c/166e3950c7c9ba6fc2500e6ba40e92fe0b5c19c6c839b14ff01d8366e5b7/openstackdocstheme-1.20.1.tar.gz BuildArch: noarch -Requires: python3-dulwich -Requires: python3-pbr +Requires: python2-pbr +Requires: python2-dulwich %description -Theme and extension support for Sphinx documentation that is published by Open Infrastructure Foundation projects. -%package -n python3-openstackdocstheme + +%package -n python2-openstackdocstheme Summary: OpenStack Docs Theme Provides: python-openstackdocstheme -BuildRequires: python3-devel -BuildRequires: python3-setuptools -%description -n python3-openstackdocstheme +BuildRequires: python2-devel +BuildRequires: python2-setuptools +%description -n python2-openstackdocstheme %package help Summary: Development documents and examples for openstackdocstheme -Provides: python3-openstackdocstheme-doc +Provides: python2-openstackdocstheme-doc %description help %prep -%autosetup -n openstackdocstheme-2.2.6 +%autosetup -n openstackdocstheme-1.20.1 %build -%py3_build +%py2_build %install -%py3_install +%py2_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 @@ -62,12 +62,12 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-openstackdocstheme -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python2-openstackdocstheme -f filelist.lst +%dir %{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Fri Nov 20 2020 Python_Bot +* Mon May 10 2021 Python_Bot - Package Spec generated