diff --git python-txsocksx/python-txsocksx.spec python-txsocksx/python-txsocksx.spec.tmp index 8dcc4556aa..dd153b68fe 100644 --- python-txsocksx/python-txsocksx.spec +++ python-txsocksx/python-txsocksx.spec.tmp @@ -2,7 +2,7 @@ %global oname txsocksx Name: python-txsocksx Version: 1.15.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Twisted client endpoints for SOCKS{4,4a,5} License: MIT URL: https://github.com/habnabit/txsocksx/ @@ -12,12 +12,20 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-sphinx BuildRequires: python-twisted + +%global _description\ +python-txsocksx is SOCKS4/4a and SOCKS5 client endpoints\ +for Twisted 10.1 or greater. + +%description %_description + +%package -n python2-txsocksx +Summary: %summary Requires: python-twisted Requires: python-parsley +%{?python_provide:%python_provide python2-txsocksx} -%description -python-txsocksx is SOCKS4/4a and SOCKS5 client endpoints -for Twisted 10.1 or greater. +%description -n python2-txsocksx %_description %prep %setup -q -n %{oname}-%{commit} @@ -45,13 +53,17 @@ PYTHONPATH=$(pwd) # %%{__python2} -m unittest -v test_client popd -%files +%files -n python2-txsocksx %doc COPYING README.rst %{_mandir}/man1/%{oname}.1* %{python2_sitelib}/%{oname}-%{version}-py2.7.egg-info %{python2_sitelib}/%{oname}/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.15.0.2-6 +- Python 2 binary package renamed to python2-txsocksx + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.15.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild