diff --git python-yourls/python-yourls.spec python-yourls/python-yourls.spec.tmp index c043917fcb..2a1aeaf66d 100644 --- python-yourls/python-yourls.spec +++ python-yourls/python-yourls.spec.tmp @@ -2,7 +2,7 @@ Name: python-yourls Version: 0.2.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Simple Python client for the YOURLS URL shortener License: GPLv2+ @@ -14,9 +14,17 @@ BuildRequires: python-devel # This only exists in F16 and newer BuildRequires: pytest -%description +%global _description\ Simple Python client for the YOURLS URL shortener +%description %_description + +%package -n python2-yourls +Summary: %summary +%{?python_provide:%python_provide python2-yourls} + +%description -n python2-yourls %_description + %prep %setup -q @@ -36,13 +44,17 @@ rm -rf %{buildroot} %clean %{__rm} -rf %{buildroot} -%files +%files -n python2-yourls %defattr(-,root,root,-) %doc LICENSE README %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.0-11 +- Python 2 binary package renamed to python2-yourls + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild