File python-django-profiles.spec of Package python-django-profiles
# norootforbuild
Name: python-django-profiles
Version: 0.2
Release: 1
Summary: User-profile application for Django
License: BSD License
Group: Development/Libraries/Python
Source: django-profiles-%{version}.tar.gz
URL: http://www.bitbucket.org/ubernostrum/django-profiles
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
User-profile application for Django.
Author:
--------
James Bennett <james@b-list.org>
%prep
%setup -q -n django-profiles-%{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)