diff --git python-recaptcha-client/python-recaptcha-client.spec python-recaptcha-client/python-recaptcha-client.spec.tmp index 161d52576c..0f5651414e 100644 --- python-recaptcha-client/python-recaptcha-client.spec +++ python-recaptcha-client/python-recaptcha-client.spec.tmp @@ -4,7 +4,7 @@ Name: python-recaptcha-client Version: 1.0.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python module for reCAPTCHA and reCAPTCHA Mailhide Group: Development/Languages @@ -16,17 +16,25 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools -Requires: python-crypto -%description -Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require -any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. -Also allows you to securely obfuscate emails with Mailhide. This functionality -requires python-crypto. This library requires two types of API keys. If you'd -like to use the CAPTCHA, you'll need a key from -http://recaptcha.net/api/getkey. For Mailhide, you'll need a key from +%global _description\ +Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require\ +any imaging libraries because the CAPTCHA is served directly from reCAPTCHA.\ +Also allows you to securely obfuscate emails with Mailhide. This functionality\ +requires python-crypto. This library requires two types of API keys. If you'd\ +like to use the CAPTCHA, you'll need a key from\ +http://recaptcha.net/api/getkey. For Mailhide, you'll need a key from\ http://mailhide.recaptcha.net/apikey. +%description %_description + +%package -n python2-recaptcha-client +Summary: %summary +Requires: python-crypto +%{?python_provide:%python_provide python2-recaptcha-client} + +%description -n python2-recaptcha-client %_description + %prep %setup -q -n recaptcha-client-%{version} @@ -44,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-recaptcha-client %defattr(-,root,root,-) %doc PKG-INFO %{python_sitelib}/recaptcha/ @@ -52,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/recaptcha_client*.egg-info/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.6-11 +- Python 2 binary package renamed to python2-recaptcha-client + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild