File python-django-flashcookie.spec of Package python-django-flashcookie
# norootforbuild
Name: python-django-flashcookie
Version: 0.1.5
Release: 1
Summary: This django application provides rails-like flash messages to Django
License: BSD License
Group: Development/Libraries/Python
Source: django-flashcookie-%{version}.tar.gz
URL: http://bitbucket.org/offline/django-flashcookie
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
This django application provides rails-like flash messages to Django framework.
Author:
--------
Anderson <self.anderson@gmail.com>
%prep
%setup -q -n django-flashcookie-%{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)