diff --git python-gdata/python-gdata.spec python-gdata/python-gdata.spec.tmp index f371481881..a0b1203850 100644 --- python-gdata/python-gdata.spec +++ python-gdata/python-gdata.spec.tmp @@ -5,7 +5,7 @@ Name: python-gdata Version: 2.0.18 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A Python module for accessing online Google services Group: Development/Languages @@ -15,31 +15,39 @@ Source0: http://gdata-python-client.googlecode.com/files/gdata-%{version} BuildArch: noarch BuildRequires: python-devel -Requires: python >= 2.5 -%description -This is a Python module for accessing online Google services such as: -- Base -- Blogger -- Calendar -- Health -- Picasa Web Albums -- Spreadsheets -- Documents List -- Contacts -- YouTube -- Google Apps Provisioning -- Code Search -- Notebook -- Webmaster Tools API -- Google Analytics Data Export API -- Google Book Search Data API -- Google Finance Portfolio Data API -- Google Maps Data API -- Sites Data API -- Issue Tracker Data API +%global _description\ +This is a Python module for accessing online Google services such as:\ +- Base\ +- Blogger\ +- Calendar\ +- Health\ +- Picasa Web Albums\ +- Spreadsheets\ +- Documents List\ +- Contacts\ +- YouTube\ +- Google Apps Provisioning\ +- Code Search\ +- Notebook\ +- Webmaster Tools API\ +- Google Analytics Data Export API\ +- Google Book Search Data API\ +- Google Finance Portfolio Data API\ +- Google Maps Data API\ +- Sites Data API\ +- Issue Tracker Data API\ + + +%description %_description + +%package -n python2-gdata +Summary: %summary +Requires: python >= 2.5 +%{?python_provide:%python_provide python2-gdata} +%description -n python2-gdata %_description %prep %setup -q -n gdata-%{version} @@ -53,7 +61,7 @@ find -type f -print0 | xargs -0 sed -i 's/\r//' %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-gdata %defattr(-,root,root,-) %doc README.txt RELEASE_NOTES.txt samples/ %{python_sitelib}/atom @@ -61,6 +69,10 @@ find -type f -print0 | xargs -0 sed -i 's/\r//' %{python_sitelib}/gdata-%{version}-py*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.18-9 +- Python 2 binary package renamed to python2-gdata + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.18-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild