File python-django-object-links.spec of Package python-django-object-links
# norootforbuild
Name: python-django-object-links
Version: 0.1.6
Release: 1
Summary: Easy Link and Menu management for Django sites
License: MIT
Group: Development/Libraries/Python
Source: django-object-links-%{version}-alpha-1.tar.gz
URL: http://bitbucket.org/xenofox/django-object-links
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
Easy Link and Menu management for Django sites.
A fork of django-links.
Author:
--------
Xenofox, LLC <info@xenofox.com>
%prep
%setup -q -n django-object-links-%{version}-alpha-1
%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)