diff --git python-amara/python-amara.spec python-amara/python-amara.spec.tmp index 94e74cdc43..fb2125791b 100644 --- python-amara/python-amara.spec +++ python-amara/python-amara.spec.tmp @@ -2,7 +2,7 @@ Name: python-amara Version: 1.2.0.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: A collection of Pythonic tools for XML data binding Group: Development/Libraries @@ -15,21 +15,29 @@ BuildRequires: python-devel # Needs python-4Suite-XML >= 1.0b2 BuildRequires: python-4Suite-XML BuildRequires: python-setuptools -Requires: python-4Suite-XML -Requires: python-setuptools BuildArch: noarch -%description -Amara is a collection of Pythonic tools for XML data binding. Not just tools -that happen to be written in Python, but tools built from the ground up to use -Python idioms and take advantage of the many advantages of Python over other -programming languages. - -Amara builds on 4Suite, but whereas 4Suite focuses more on literal -implementation of XML standards in Python, Amara adds a much more Pythonic face +%global _description\ +Amara is a collection of Pythonic tools for XML data binding. Not just tools\ +that happen to be written in Python, but tools built from the ground up to use\ +Python idioms and take advantage of the many advantages of Python over other\ +programming languages.\ +\ +Amara builds on 4Suite, but whereas 4Suite focuses more on literal\ +implementation of XML standards in Python, Amara adds a much more Pythonic face\ to these capabilities. +%description %_description + +%package -n python2-amara +Summary: %summary +Requires: python-4Suite-XML +Requires: python-setuptools +%{?python_provide:%python_provide python2-amara} + +%description -n python2-amara %_description + %prep %setup -q -n Amara-%{version} @@ -43,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-amara %defattr(-,root,root,-) %{_bindir}/* %dir %{python_sitelib}/amara @@ -53,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT %doc CHANGES COPYING demo docs README TODO %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.0.2-20 +- Python 2 binary package renamed to python2-amara + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.0.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild