diff --git python-soaplib/python-soaplib.spec python-soaplib/python-soaplib.spec.tmp index 27700dae96..5b95c7815d 100644 --- python-soaplib/python-soaplib.spec +++ python-soaplib/python-soaplib.spec.tmp @@ -3,7 +3,7 @@ Name: python-soaplib Version: 0.8.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A python library for writing and calling soap web services Group: Development/Languages @@ -14,16 +14,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, python-setuptools, python-lxml, pytz -Requires: pytz, python-lxml -%description -Soaplib is an easy to use python library for writing and calling soap web -services. Webservices written with soaplib are simple, lightweight, work -well with other SOAP implementations, and can be deployed as WSGI -applications. +%global _description\ +Soaplib is an easy to use python library for writing and calling soap web\ +services. Webservices written with soaplib are simple, lightweight, work\ +well with other SOAP implementations, and can be deployed as WSGI\ +applications.\ +%description %_description + +%package -n python2-soaplib +Summary: %summary +Requires: pytz, python-lxml +%{?python_provide:%python_provide python2-soaplib} + +%description -n python2-soaplib %_description + %prep %setup -q -c soaplib @@ -43,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-soaplib %defattr(-,root,root,-) %doc LICENSE soaplib_docs.markdown # For noarch packages: sitelib @@ -51,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %exclude %{python_sitelib}/tests %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8.1-16 +- Python 2 binary package renamed to python2-soaplib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.8.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild