diff --git python-SocksiPy/python-SocksiPy.spec python-SocksiPy/python-SocksiPy.spec.tmp index bd618fe1d5..056823f999 100644 --- python-SocksiPy/python-SocksiPy.spec +++ python-SocksiPy/python-SocksiPy.spec.tmp @@ -4,7 +4,7 @@ Name: python-SocksiPy Version: 1.00 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A Python SOCKS module Group: Development/Languages @@ -19,11 +19,19 @@ BuildArch: noarch BuildRequires: python2-devel -%description -This Python module allows you to create TCP connections through a SOCKS -proxy without any special effort. +%global _description\ +This Python module allows you to create TCP connections through a SOCKS\ +proxy without any special effort.\ +%description %_description + +%package -n python2-socksipy +Summary: %summary +%{?python_provide:%python_provide python2-socksipy} + +%description -n python2-socksipy %_description + %prep %setup -q -c %{__cp} %{SOURCE1} setup.py @@ -48,7 +56,7 @@ done %{__rm} -rf %{buildroot} -%files +%files -n python2-socksipy %defattr(-,root,root,-) %doc BUGS LICENSE README %{python_sitelib}/socks* @@ -56,6 +64,10 @@ done %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.00-16 +- Python 2 binary package renamed to python2-socksipy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.00-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild