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