File python-django-coat.spec of Package python-django-coat
# norootforbuild
Name: python-django-coat
Version: 0.3.1
Release: 1
Summary: The media files handler for Django
License: BSD License
Group: Development/Libraries/Python
Source: django-coat-%{version}.tar.gz
URL: http://bitbucket.org/daevaorn/django-coat
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
django-coat is the media files handler for Django. Represented with {% coat %} template tag.
Can add cache-aware marks and compile files (with sass and etc.).
Author:
--------
Alex Koshelev <daevaorn@gmail.com>
%prep
%setup -q -n django-coat-%{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)