diff --git python-xmltramp/python-xmltramp.spec python-xmltramp/python-xmltramp.spec.tmp index 847573184c..3ea534090a 100644 --- python-xmltramp/python-xmltramp.spec +++ python-xmltramp/python-xmltramp.spec.tmp @@ -2,7 +2,7 @@ Name: python-xmltramp Version: 2.17 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Pythonic API for XML Group: Development/Languages @@ -18,9 +18,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -%description +%global _description\ xmltramp is a simple Pythonic API for working with XML +%description %_description + +%package -n python2-xmltramp +Summary: %summary +%{?python_provide:%python_provide python2-xmltramp} + +%description -n python2-xmltramp %_description + %prep %setup -c -T cp -p %{SOURCE0} xmltramp.py @@ -42,12 +50,16 @@ cp -p xmltramp.py $RPM_BUILD_ROOT/%{python_sitelib}/ rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-xmltramp %defattr(-,root,root,-) %{python_sitelib}/xmltramp.py* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.17-19 +- Python 2 binary package renamed to python2-xmltramp + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.17-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild