diff --git python-anymarkup-core/python-anymarkup-core.spec python-anymarkup-core/python-anymarkup-core.spec.tmp index 44a224243b..6162f99202 100644 --- python-anymarkup-core/python-anymarkup-core.spec +++ python-anymarkup-core/python-anymarkup-core.spec.tmp @@ -11,7 +11,7 @@ Name: python-%{srcname} Version: 0.5.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Core library for anymarkup License: BSD @@ -30,13 +30,20 @@ BuildRequires: python3-setuptools BuildRequires: python3-pytest %endif -Requires: python-six +%global _description\ +%{summary}\ +\ +This is the core library that implements functionality of\ +python-anymarkup. -%description -%{summary} +%description %_description -This is the core library that implements functionality of -python-anymarkup. +%package -n python2-%{srcname} +Summary: %summary +Requires: python-six +%{?python_provide:%python_provide python2-%{srcname}} + +%description -n python2-%{srcname} %_description %if 0%{?with_python3} %package -n python3-%{srcname} @@ -106,7 +113,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-%{srcname} %if 0%{?fedora} %license LICENSE %else @@ -129,6 +136,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5.0-8 +- Python 2 binary package renamed to python2-anymarkup-core + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild