diff --git python-sphinxcontrib-issuetracker/python-sphinxcontrib-issuetracker.spec python-sphinxcontrib-issuetracker/python-sphinxcontrib-issuetracker.spec.tmp index e297cc4fb1..0d8fcf6da5 100644 --- python-sphinxcontrib-issuetracker/python-sphinxcontrib-issuetracker.spec +++ python-sphinxcontrib-issuetracker/python-sphinxcontrib-issuetracker.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{pyname} Version: 0.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Sphinx integration with different issue trackers License: BSD @@ -24,27 +24,35 @@ BuildRequires: python3-devel BuildRequires: python3-requests BuildRequires: python3-sphinx >= 1.1 %endif # if with_python3 + +%global _description\ +A Sphinx extension to reference issues in issue trackers, either explicitly\ +with an "issue" role or optionally implicitly by issue ids like #10 in plain\ +text.\ +\ +Currently the following issue trackers are supported:\ +\ + * GitHub\ + * BitBucket\ + * Launchpad\ + * Google Code\ + * Debian BTS\ + * Jira\ +\ +A simple API is provided to add support for other issue trackers. If you\ +added support for a new tracker, please consider sending a patch to make your\ +work available to other users of this extension.\ + + +%description %_description + +%package -n python2-%{pyname} +Summary: %summary Requires: python-requests Requires: python-sphinx >= 1.1 +%{?python_provide:%python_provide python2-%{pyname}} -%description -A Sphinx extension to reference issues in issue trackers, either explicitly -with an "issue" role or optionally implicitly by issue ids like #10 in plain -text. - -Currently the following issue trackers are supported: - - * GitHub - * BitBucket - * Launchpad - * Google Code - * Debian BTS - * Jira - -A simple API is provided to add support for other issue trackers. If you -added support for a new tracker, please consider sending a patch to make your -work available to other users of this extension. - +%description -n python2-%{pyname} %_description %if 0%{?with_python3} %package -n python3-%{pyname} @@ -113,7 +121,7 @@ popd %endif # with_python3 -%files +%files -n python2-%{pyname} %license LICENSE %doc CHANGES.rst CREDITS README.rst doc %{python2_sitelib}/* @@ -127,6 +135,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.11-9 +- Python 2 binary package renamed to python2-sphinxcontrib-issuetracker + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild