File python-durian.spec of Package python-durian
# norootforbuild
Name: python-durian
Version: 0.1.0
Release: 1
Summary: Webhooks for Django
License: BSD License
Group: Development/Libraries/Python
Source: durian-%{version}.tar.gz
URL: http://github.com/ask/durian
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Webhooks for Django.
Author:
--------
Ask Solem <askh@opera.com>
%prep
%setup -q -n durian-%{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)