From 40c9822063b8b50b79e15d757faa2d88832988aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 19 Aug 2017 09:43:26 -0400 Subject: [PATCH] Python 2 binary package renamed to python2-xmltramp --- python-xmltramp.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/python-xmltramp.spec b/python-xmltramp.spec index 8475731..7ac4bac 100644 --- a/python-xmltramp.spec +++ b/python-xmltramp.spec @@ -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 19 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