diff --git python-dopy/python-dopy.spec python-dopy/python-dopy.spec.tmp index 9716ed741e..4f2dafd3b2 100644 --- python-dopy/python-dopy.spec +++ python-dopy/python-dopy.spec.tmp @@ -2,7 +2,7 @@ Name: python-dopy Version: 0.3.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python client for the Digital Ocean API Group: Development/Libraries @@ -16,10 +16,17 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-requests +%global _description\ +Digital Ocean API Python Wrapper + +%description %_description + +%package -n python2-dopy +Summary: %summary Requires: python-requests +%{?python_provide:%python_provide python2-dopy} -%description -Digital Ocean API Python Wrapper +%description -n python2-dopy %_description %prep %setup -q -n %{modname}-%{version} @@ -40,12 +47,16 @@ rm -rf %{modname}.egg-info %install %{__python} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-dopy %doc README.rst LICENSE CHANGES %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.7-6 +- Python 2 binary package renamed to python2-dopy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild