diff --git python-sudsds/python-sudsds.spec python-sudsds/python-sudsds.spec.tmp index af5ff01e87..e29eaef350 100644 --- python-sudsds/python-sudsds.spec +++ python-sudsds/python-sudsds.spec.tmp @@ -1,21 +1,29 @@ Summary: A python SOAP client modified for usage with Czech Databox Name: python-sudsds Version: 1.0.1 -Release: 9%{?dist} +Release: 10%{?dist} Source0: http://www.nic.cz/public_media/datove_schranky/releases/src/sudsds-%{version}.tar.gz License: LGPLv3+ Group: Development/Libraries BuildArch: noarch -Requires: python >= 2.4 BuildRequires: python-setuptools URL: https://labs.nic.cz/page/969/datovka/ -%description -sudsds is a fork of the suds library modified to meet the needs for -interaction with the servers of Czech Databox. The modifications -are related to HTTPS proxy, server certificate validation and other +%global _description\ +sudsds is a fork of the suds library modified to meet the needs for\ +interaction with the servers of Czech Databox. The modifications\ +are related to HTTPS proxy, server certificate validation and other\ SSL related functions. +%description %_description + +%package -n python2-sudsds +Summary: %summary +Requires: python >= 2.4 +%{?python_provide:%python_provide python2-sudsds} + +%description -n python2-sudsds %_description + %prep %setup -q -n sudsds-%{version} @@ -29,7 +37,7 @@ SSL related functions. rm -f %{buildroot}%{_datadir}/sudsds/{README,LICENSE.txt} rmdir %{buildroot}%{_datadir}/sudsds -%files +%files -n python2-sudsds %{python_sitelib}/suds*.egg-info %dir %{python_sitelib}/sudsds %dir %{python_sitelib}/sudsds/bindings @@ -49,6 +57,10 @@ rmdir %{buildroot}%{_datadir}/sudsds %doc README LICENSE.txt %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.1-10 +- Python 2 binary package renamed to python2-sudsds + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild