File python-django-perfect404.spec of Package python-django-perfect404
# norootforbuild
Name: python-django-perfect404
Version: 0.1.1
Release: 1
Summary: Simple but perfect 404 page for django projects
License: BSD License
Group: Development/Libraries/Python
Source: django-perfect404-%{version}.tar.gz
URL: http://github.com/svetlyak40wt/django-perfect404
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Simple but perfect 404 page for django projects.
Author:
--------
Alexander Artemenko <svetlyak.40wt@gmail.com>
%prep
%setup -q -n django-perfect404-%{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)