File python-django-gravatar.spec of Package python-django-gravatar
# norootforbuild
Name: python-django-gravatar
Version: 0.1.0
Release: 1
Summary: Gravatar Support in a Django Reusable Application
License: BSD License
Group: Development/Libraries/Python
Source: django-gravatar-%{version}.tar.gz
URL: http://code.google.com/p/django-gravatar
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Gravatar Support in a Django Reusable Application.
Author:
--------
James Tauber <jtauber@jtauber.com>
%prep
%setup -q -n django-gravatar-%{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)