File python-django-jqueryautocomplete.spec of Package python-django-jqueryautocomplete
# norootforbuild
Name: python-django-jqueryautocomplete
Version: 0.3
Release: 1
Summary: Very basic proof of concept jQuery auto-complete app
License: BSD License
Group: Development/Libraries/Python
Source: django-jqueryautocomplete-%{version}.tar.gz
URL: http://pypi.python.org/pypi/django-jqueryautocomplete
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
Very basic and un-tested proof of concept jQuery auto-complete app based off of Corey Hart's jQuery plugin.
Author:
--------
Oscar Duignan <oscarduignan@gmail.com>
%prep
%setup -q -n django-jqueryautocomplete-%{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)