File python-django-confirmation.spec of Package python-django-confirmation
# norootforbuild
Name: python-django-confirmation
Version: 0.9
Release: 1
Summary: Generic object confirmation for Django
License: BSD License
Group: Development/Libraries/Python
Source: django-confirmation-%{version}-pre.tar.gz
URL: http://code.google.com/p/django-confirmation
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Generic object confirmation for Django.
Author:
--------
Jarek Zgoda <jarek.zgoda@gmail.com>
%prep
%setup -q -n django-confirmation-%{version}-pre
%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)