File python-django-attention.spec of Package python-django-attention
# norootforbuild
Name: python-django-attention
Version: 0.2
Release: 1
Summary: A small session-based flash notice system for Django
License: BSD License
Group: Development/Libraries/Python
Source: django-attention-%{version}.tar.gz
URL: http://bitbucket.org/zacharyvoase/django-attention
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 small session-based flash notice system for Django.
Author:
--------
Zachary Voase <zacharyvoase@me.com>
%prep
%setup -q -n django-attention-%{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)