diff --git python-rest-client/python-rest-client.spec python-rest-client/python-rest-client.spec.tmp index edbef7732c..b0fd0e71f1 100644 --- python-rest-client/python-rest-client.spec +++ python-rest-client/python-rest-client.spec.tmp @@ -1,6 +1,6 @@ Name: python-rest-client Version: 0.3 -Release: 11gitf898f0%{?dist} +Release: 12gitf898f0%{?dist} Summary: A REST Client for use in python, using httplib2 and urllib2 License: GPLv3 @@ -14,12 +14,20 @@ BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python2-devel -%description -A REST Client for use in python, using httplib2 and urllib2. +%global _description\ +A REST Client for use in python, using httplib2 and urllib2.\ +\ +Includes a version that is suitable for use in the Google App Engine\ +environment.\ -Includes a version that is suitable for use in the Google App Engine -environment. +%description %_description + +%package -n python2-rest-client +Summary: %summary +%{?python_provide:%python_provide python2-rest-client} + +%description -n python2-rest-client %_description %prep # checkout from github under username-{project-name}-hash @@ -40,11 +48,15 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-rest-client %doc README.rst %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3-12gitf898f0 +- Python 2 binary package renamed to python2-rest-client + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3-11gitf898f0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild