]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/blob - apache1-mod_auth_ldap.spec
- raw version.
[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 Group: Applications/System
4 Copyright: GPL
5 Version: 1.4.0
6 Release: 1
7 Source: http://www.rudedog.org/auth_ldap/auth_ldap-%{version}.tar.gz
8 Patch0: auth_ldap-1.4.0-redhat.patch
9 Url: http://www.rudedog.org/auth_ldap/
10 BuildRoot: /var/tmp/%{name}-root
11 NoSource: 0
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(-,root,root)
33 /usr/lib/apache/mod_auth_ldap.so
34 %doc *.html PROBLEMS
35
36 %changelog
37 * Mon Nov 8 1999 Toru Hoshina <t@kondara.org>
38 - be a NoSrc :-P
39
40 * Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
41 - first build for Red Hat Linux 6.1
This page took 0.552526 seconds and 4 git commands to generate.