File python-django-flag.spec of Package python-django-flag
# norootforbuild
Name: python-django-flag
Version: 0.1.1
Release: 1
Summary: Flagging of inapproriate/spam content
License: MIT
Group: Development/Libraries/Python
Source: django-flag-%{version}.tar.gz
URL: http://code.google.com/p/django-flag
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Flagging of inapproriate/spam content for sites built with Django.
Author:
--------
Greg Newman <greg@20seven.org>
%prep
%setup -q -n django-flag-%{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)