File python-pinax-wall.spec of Package python-pinax-wall
# norootforbuild
Name: python-pinax-wall
Version: 0.1.2
Release: 1
Summary: Pinax wall lets you do a facebook/twitter style community status system
License: MIT
Group: Development/Libraries/Python
Source: pinax-wall-%{version}.tar.gz
URL: http://github.com/pydanny/pinax-wall
BuildRequires: python-devel, python-setuptools, python-setuptools-git
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Pinax wall lets you do a facebook/twitter style community status system.
Author:
--------
Daniel Greenfeld <pydanny@gmail.com>
%prep
%setup -q -n pinax-wall-%{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)