File python-django-retracer.spec of Package python-django-retracer
# norootforbuild
Name: python-django-retracer
Version: 0.3
Release: 1
Summary: Store and restore old locations in Django
License: BSD License
Group: Development/Libraries/Python
Source: django-retracer-%{version}.tar.gz
URL: http://bitbucket.org/zacharyvoase/django-retracer
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
Store and restore old locations in Django.
Author:
--------
Zachary Voase <zacharyvoase@me.com>
%prep
%setup -q -n django-retracer-%{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)