File python-django-microblogging.spec of Package python-django-microblogging
# norootforbuild
Name: python-django-microblogging
Version: 0.1.2
Release: 1
Summary: Microblogging for the Django Web Framework
License: MIT
Group: Development/Libraries/Python
Source: django-microblogging-%{version}.tar.gz
URL: http://code.google.com/p/django-microblogging
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Django-microblogging was originally the "zwitschern" app from the
Pinax project. It was originally written by James Tauber.
Author:
--------
Jay Graves <jay@skabber.com>
%prep
%setup -q -n django-microblogging-%{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)