File python-pinax-dances.spec of Package python-pinax-dances
# norootforbuild
Name: python-pinax-dances
Version: 0.1.0
Release: 1
Summary: Pinax wall lets set up flash mob groups
License: MIT
Group: Development/Libraries/Python
Source: pinax-dances-%{version}.tar.gz
URL: http://github.com/pydanny/pinax-dances
BuildRequires: python-devel, python-setuptools, python-setuptools-git
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Pinax wall lets set up flash mob groups.
Author:
--------
Daniel Greenfeld <pydanny@gmail.com>
%prep
%setup -q -n pinax-dances-%{version}
%build
find -name .\* -delete
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES
%defattr(-,root,root)