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