File python-django-pingback.spec of Package python-django-pingback
# norootforbuild
Name: python-django-pingback
Version: 0.3
Release: 1
Summary: Pingback client/server implementation for Django framework
License: BSD License
Group: Development/Libraries/Python
Source: django-pingback-%{version}.tar.gz
URL: http://hg.piranha.org.ua/django-pingback
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django, python-django-xmlrpc
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Pingback client/server implementation for Django framework.
Author:
--------
Alexander Solovyov <piranha@piranha.org.ua>
%prep
%setup -q -n django-pingback-%{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)