File python-django-atomformat.spec of Package python-django-atomformat
# norootforbuild
Name: python-django-atomformat
Version: 0.1.0dev
Release: 1
Summary: stuff
License: BSD License
Group: Development/Libraries/Python
Source: django-atomformat-%{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
stuff
%prep
%setup -q -n django-atomformat-%{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)