diff --git python-pypump/python-pypump.spec python-pypump/python-pypump.spec.tmp index c03ca5abe4..33f6ce85e6 100644 --- python-pypump/python-pypump.spec +++ python-pypump/python-pypump.spec.tmp @@ -14,7 +14,7 @@ Name: python-pypump Version: 0.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python Pump.io library Group: Development/Libraries @@ -32,10 +32,6 @@ BuildRequires: python-requests-oauthlib BuildRequires: python-dateutil BuildRequires: python-sphinx -Requires: python-requests -Requires: python-requests-oauthlib -Requires: python-dateutil - %if 0%{?with_python3} BuildRequires: python3-devel @@ -45,15 +41,26 @@ BuildRequires: python3-requests-oauthlib BuildRequires: python3-dateutil %endif -%description -Pump.io is a socially oriented federated network. It provides a way to post -notes and images as well and subscribe to other people to get updates on -what they post. - -PyPump provides an interface to the pump.io API's. The aim is to provide -very natural pythonic representations of Notes, Images, People, etc... +%global _description\ +Pump.io is a socially oriented federated network. It provides a way to post\ +notes and images as well and subscribe to other people to get updates on\ +what they post.\ +\ +PyPump provides an interface to the pump.io API's. The aim is to provide\ +very natural pythonic representations of Notes, Images, People, etc...\ allowing you to painlessly interact with them. +%description %_description + +%package -n python2-pypump +Summary: %summary +Requires: python-requests +Requires: python-requests-oauthlib +Requires: python-dateutil +%{?python_provide:%python_provide python2-pypump} + +%description -n python2-pypump %_description + %if 0%{?with_python3} %package -n python3-pypump Summary: Python Pump.io library @@ -111,7 +118,7 @@ popd %endif %{__python2} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-pypump %doc README.rst COPYING AUTHORS.md docs/ docs-html/ %{_bindir}/pypump-shell %{python2_sitelib}/%{modname}/ @@ -126,6 +133,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.6-9 +- Python 2 binary package renamed to python2-pypump + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild