%if 0%{?fedora} > 12 %global with_python3 1 %endif %global pkgname django-simple-captcha %global obs_ver 0.3.0-2 Summary: Django application to add captcha images to any Django form Name: python-django-simple-captcha Version: 0.4.5 Release: 5%{?dist} License: MIT Group: Development/Libraries URL: https://github.com/mbi/django-simple-captcha Source: http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: gettext %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools %endif Requires: python-django Requires: python-pillow Requires: flite Requires: python-six Provides: %{pkgname} = %{version}-%{release} Obsoletes: %{pkgname} < %{obs_ver} %description Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form %if 0%{?with_python3} %package -n python3-%{pkgname} Summary: Django application to add captcha images to any Django form Requires: python3-django Requires: python3-six Requires: flite %description -n python3-%{pkgname} Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form %endif %prep %setup -q -n %{pkgname}-%{version} # prevent pre-build egg-info in final package rm -rf django_simple_captcha.egg-info %if 0%{?with_python3} cp -a . %{py3dir} %endif %build %{__python2} setup.py build %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py build popd %endif %install %{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}" %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}" popd %endif %files %doc LICENSE MANIFEST.in PKG-INFO %{python_sitelib}/captcha/ %{python_sitelib}/django_simple_captcha-%{version}-py2* %if 0%{?with_python3} %files -n python3-%{pkgname} %doc LICENSE MANIFEST.in PKG-INFO %{python3_sitelib}/captcha/ %{python3_sitelib}/django_simple_captcha-%{version}-py3* %endif %changelog * Sat Feb 11 2017 Fedora Release Engineering - 0.4.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.4.5-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.4.5-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Nov 27 2015 Jakub Dorňák - 0.4.5-1 - update to 0.4.5 (with Django migrations) * Tue Nov 10 2015 Fedora Release Engineering - 0.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.4.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Mon Apr 07 2014 Matthias Runge - 0.4.2-1 - update to 0.4.2 - add py3 support (rhbz#1045894) * Sun Aug 04 2013 Fedora Release Engineering - 0.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Apr 23 2012 Matthias Runge - 0.3.3-1 - update to 0.3.3 - fixed missing requirements * Fri Mar 23 2012 Matthias Runge - 0.3.0-3 - minor spec cleanup * Wed Mar 14 2012 Matthias Runge - 0.3.0-2 - rename package to python-django-simple-captcha * Fri Jan 27 2012 Matthias Runge - 0.3.0-1 - new version * Fri Jan 13 2012 Fedora Release Engineering - 0.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Oct 20 2010 Dave Riches - 0.2.0-4 - fixed description * Wed Oct 20 2010 Dave Riches - 0.2.0-3 - Fixed summary * Wed Oct 20 2010 Dave Riches - 0.2.0-2 - fixed folder permissions * Wed Oct 20 2010 Dave Riches - 0.2.0-1 - Packaged version 0.2.0 * Sat Aug 21 2010 Dave Riches - 0.1.7-1 - packaged for Fedora 12/13/14