File python-django-classfaves.spec of Package python-django-classfaves
# norootforbuild
Name: python-django-classfaves
Version: 0.1
Release: 1
Summary: A different approach to favorites in Django
License: BSD License
Group: Development/Libraries/Python
Source: django-classfaves-%{version}.tar.gz
URL: http://github.com/ericflo/django-classfaves
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
This app provides everything that you need to add favoriting abilities to
your site! There are just a few steps that you need to go through to add
this functionality to your site.
Author:
--------
Eric Florenzano <floguy@gmail.com>
%prep
%setup -q -n django-classfaves-%{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)