File python-django-tagging-autocomplete.spec of Package python-django-tagging-autocomplete
# norootforbuild
Name: python-django-tagging-autocomplete
Version: 0.3.1
Release: 1
Summary: Autocompletion for Django-tagging
License: MIT
Group: Development/Libraries/Python
Source: django-tagging-autocomplete-%{version}.tar.gz
URL: http://code.google.com/p/django-tagging-autocomplete
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django, python-django-tagging
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Autocompletion for Django-tagging.
Author:
--------
Ludwik Trammer <ludwik@gmail.com>
%prep
%setup -q -n django-tagging-autocomplete-%{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)