File python-django-template-utils.spec of Package python-django-template-utils
# norootforbuild
Name: python-django-template-utils
Version: 0.4p2
Release: 1
Summary: Template-related utilities for Django applications
License: BSD License
Group: Development/Libraries/Python
Source: template_utils-%{version}.tar.gz
URL: http://code.google.com/p/django-template-utils
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
A library of useful template-related functionality for Django applications.
Author:
--------
James Bennett <james@b-list.org>
%prep
%setup -q -n template_utils-%{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)