File python-django-swaps.spec of Package python-django-swaps
# norootforbuild
Name: python-django-swaps
Version: 0.5.3
Release: 1
Summary: stuff
License: BSD License
Group: Development/Libraries/Python
Source: django-swaps-%{version}.tar.gz
URL: http://code.google.com/p/django-page-cms
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
%description
This Django CMS enable you to create and administrate hierarchical pages in a simple and powerful way.
Author:
--------
Batiste Bieler <batiste.bieler@gmail.com>
%prep
%setup -q -n django-swaps-%{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)