File python-django-frontendadmin.spec of Package python-django-frontendadmin
# norootforbuild
Name: python-django-frontendadmin
Version: 0.4
Release: 1
Summary: Templatetags to allow easy and unobstrusive way to edit model-data in your page
License: BSD License
Group: Development/Libraries/Python
Source: django-frontendadmin-%{version}.tar.gz
URL: http://github.com/bartTC/django-frontendadmin
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Django-frontendadmin is a set of templatetags to allow an easy and unobstrusive way to edit
model-data in the frontend of your page.
Author:
--------
Martin Mahner <martin@mahner.org>
%prep
%setup -q -n django-frontendadmin-%{version}
%build
find -name .\* -delete
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES
%defattr(-,root,root)