File python-django-gatekeeper.spec of Package python-django-gatekeeper
# norootforbuild
Name: python-django-gatekeeper
Version: 0.3.0
Release: 1
Summary: Django application for moderation of model instance
License: BSD License
Group: Development/Libraries/Python
Source: django-gatekeeper-%{version}.tar.gz
URL: http://github.com/sunlightlabs/django-gatekeeper
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
Django application for moderation of model instances.
Provides convenience methods and an admin interface for moderating instances
of registered Django models.
Django-gatekeeper is a project of Sunlight Labs (c) 2008.
Author:
--------
Jeremy Carbaugh <jcarbaugh@sunlightfoundation.com>
%prep
%setup -q -n django-gatekeeper-%{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)