File python-django-voting.spec of Package python-django-voting
# norootforbuild
Name: python-django-voting
Version: 0.1
Release: 1
Summary: Generic voting application for Django
License: BSD License
Group: Development/Libraries/Python
Source: django-voting-%{version}.tar.gz
URL: http://code.google.com/p/django-voting
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Generic voting application for Django.
Author:
--------
Jonathan Buchanan <jonathan.buchanan@gmail.com>
%prep
%setup -q -n django-voting-%{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)