File python-django-ajax-filtered-fields.spec of Package python-django-ajax-filtered-fields

# norootforbuild

Name:           python-django-ajax-filtered-fields
Version:        0.5
Release:        1
Summary:        Django fields for many to many and foreign key ajax filtered relations
License:        MIT
Group:          Development/Libraries/Python
Source:         django-ajax-filtered-fields-%{version}.tar.gz
URL:            http://code.google.com/p/django-ajax-filtered-fields
BuildRequires:  python-devel, python-setuptools
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       python-django
%{py_requires}


%description
Django fields for many to many and foreign key ajax filtered relations.
Theese fields may be used in a many to many or foreign key relation, where the user may want to apply
filters to the listed objects, because of they being too many, or just for usability reasons.

Author:
--------
    Francesco Banconi <francesco.banconi@gmail.com>


%prep
%setup -q -n django-ajax-filtered-fields


%build
find -name .\* -delete
%{__python} setup.py build


%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES


%files -f INSTALLED_FILES
%defattr(-,root,root)
openSUSE Build Service is sponsored by