File python-django-ldapbackend.spec of Package python-django-ldapbackend
# norootforbuild
Name: python-django-ldapbackend
Version: 0.0.1.1
Release: 1
Summary: LDAP Backend for Django
License: BSD License
Group: Development/Libraries/Python
Source: django-ldapbackend-%{version}.tar.gz
URL: http://code.google.com/p/django-ldapbackend
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
A simple LDAP Backend for Django installed globally because it uses settings.py
to store everything and is a modular plugin.
Author:
--------
Alexander 'Swixel' Stanley <lexi@swixel.net>
%prep
%setup -q -n django-ldapbackend-%{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)