File python-django-myrecaptcha.spec of Package python-django-myrecaptcha

# norootforbuild

Name:           python-django-myrecaptcha
Version:        0.1.2
Release:        1
Summary:        A smart Django application to add reCAPTCHA to your comment forms
License:        GPLv3
Group:          Development/Libraries/Python
Source:         django-myrecaptcha-%{version}.tar.gz
URL:            http://bitbucket.org/Kizlum/django-myrecaptcha/
BuildRequires:  python-devel, python-setuptools
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       python-django
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch:      noarch
%endif


%description
A smart Django application to add reCAPTCHA to your comment forms.

Author:
--------
    Thomas Pelletier <pelletier.thomas@gmail.com>


%prep
%setup -q -n django-myrecaptcha-%{version}


%build
%{__python} setup.py build


%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES


%files -f INSTALLED_FILES
%defattr(-,root,root)
openSUSE Build Service is sponsored by