diff --git a/python-sphinxtesters.spec b/python-sphinxtesters.spec new file mode 100644 index 0000000000000000000000000000000000000000..323ebfdb523f91407b1debabc146374dfedc7f28 --- /dev/null +++ b/python-sphinxtesters.spec @@ -0,0 +1,90 @@ +%global srcname sphinxtesters + +Name: python-%{srcname} +Version: 0.2.3 +Release: 11%{?dist} +Summary: Utilities for testing Sphinx extensions + +License: BSD +URL: https://github.com/matthew-brett/%{srcname} +Source0: https://github.com/matthew-brett/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pytest +BuildRequires: python3-sphinx +BuildRequires: python3-setuptools + +%description +This package contains utilities for testing Sphinx extensions. + +%package -n python3-%{srcname} +Summary: Utilities for testing Sphinx extensions +Requires: python3-sphinx + +%description -n python3-%{srcname} +This package contains utilities for testing Sphinx extensions. + +%prep +%autosetup -n %{srcname}-%{version} + +%build +%py3_build +rst2html --no-datestamp README.rst README.html +rm -f build/sphinx/html/.{buildinfo,nojekyll} + +%install +%py3_install + + +%files -n python3-%{srcname} +%doc README.html +%license LICENSE +%{python3_sitelib}/%{srcname}* + +%changelog +* Sun Aug 01 2021 wangshuo 0.2.3-11 +- Init package in openeuler + +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.2.3-9 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.2.3-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jan 24 2020 Jerry James - 0.2.3-4 +- Build and ship the documentation +- Ship the README as an html file + +* Thu Oct 03 2019 Miro Hrončok - 0.2.3-3 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.2.3-2 +- Rebuilt for Python 3.8 + +* Tue Aug 13 2019 Jerry James - 0.2.3-1 +- New upstream version + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Nov 26 2018 Jerry James - 0.2.1-2 +- Drop the python2 subpackage (bz 1653087) + +* Wed Aug 29 2018 Jerry James - 0.2.1-1 +- Initial RPM diff --git a/sphinxtesters-0.2.3.tar.gz b/sphinxtesters-0.2.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8653295d2ca0023f91a0216dbb89891b8eb5af57 Binary files /dev/null and b/sphinxtesters-0.2.3.tar.gz differ