]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/blame - apache1-mod_auth_ldap.spec
- spec adapterized.
[packages/apache1-mod_auth_ldap.git] / apache1-mod_auth_ldap.spec
CommitLineData
9c818f17 1Summary: This is a LDAP authentication module for Apache
2Name: auth_ldap
3Version: 1.4.0
4Release: 1
5License: GPL
6Group: Networking/Daemons
9670ceab 7Group(de): Netzwerkwesen/Server
9c818f17 8Group(pl): Sieciowe/Serwery
9Source0: http://www.rudedog.org/auth_ldap/%{name}-%{version}.tar.gz
9670ceab 10Patch0: %{name}-redhat.patch
9c818f17 11URL: http://www.rudedog.org/auth_ldap/
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f40756fd 13
14%description
38f2e708 15This is an authentication module for Apache that allows you to
16authenticate HTTP clients using user entries in an LDAP directory.
f40756fd 17
18%prep
19%setup -q
20%patch0 -p1
21
22%build
a237a8cc 23%{__make}
f40756fd 24
25%install
26rm -rf $RPM_BUILD_ROOT
9a898248 27%{__make} install ROOT=$RPM_BUILD_ROOT
f40756fd 28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%files
9c818f17 33%defattr(644,root,root,755)
f40756fd 34%doc *.html PROBLEMS
9c818f17 35%attr(755,root,root) %{_libdir}/apache/mod_auth_ldap.so
This page took 0.060252 seconds and 4 git commands to generate.