File python-django-friends.spec of Package python-django-friends
# norootforbuild
Name: python-django-friends
Version: 0.1.5
Release: 1
Summary: Friendship, contact and invitation management for the Django web framework
License: MIT
Group: Development/Libraries/Python
Source: django-friends-%{version}.tar.gz
URL: http://github.com/jtauber/django-friends
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
Friendship, contact and invitation management for the Django web framework.
Author:
--------
James Tauber <jtauber@jtauber.com>
%prep
%setup -q -n django-friends-%{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)