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