Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1b6f98782fb2c879191b7968e124b12f > files > 2

python-django-auth-ldap-1.0.15-2.mga3.src.rpm

%define modname django-auth-ldap
%define name    python-%{modname}
%define version 1.0.15
%define release %mkrel 2

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	Django LDAP authentication backend
License:	BSD
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/django-auth-ldap/
Source0: 	http://pypi.python.org/packages/source/d/django-auth-ldap/django-auth-ldap-%{version}.tar.gz
BuildRequires:	    python-devel
Requires:	    python-django
Requires:	    python-ldap

%description
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name
template, but there are many rich configuration options for working with users,
groups, and permissions.

%prep
%setup -q -n %modname-%version

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc docs/*
%{python_sitelib}/django_auth_ldap
%{python_sitelib}/django_auth_ldap-%{version}-py%{pyver}.egg-info




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.0.15-2.mga3
+ Revision: 378665
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Mar 05 2012 misc <misc> 1.0.15-1.mga2
+ Revision: 218552
- new version 1.0.15

* Mon Apr 18 2011 misc <misc> 1.0.9-1.mga1
+ Revision: 87649
- update to 1.0.9

* Thu Jan 27 2011 ahmad <ahmad> 1.0.7-1.mga1
+ Revision: 42338
- imported package python-django-auth-ldap