]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/blobdiff - apache1-mod_auth_ldap.spec
- spec adapterized.
[packages/apache1-mod_auth_ldap.git] / apache1-mod_auth_ldap.spec
index 4de0ace43388d8c435b97329a428c80553ecc87b..6adcea5e109b2982db0d3bef8107c08afeaef613 100644 (file)
@@ -1,41 +1,35 @@
-Summary: This is a LDAP authentication module for Apache
-Name: auth_ldap
-Group: Applications/System
-Copyright: GPL
-Version: 1.4.0
-Release: 1
-Source: http://www.rudedog.org/auth_ldap/auth_ldap-%{version}.tar.gz
-Patch0: auth_ldap-1.4.0-redhat.patch
-Url: http://www.rudedog.org/auth_ldap/
-BuildRoot: /var/tmp/%{name}-root
-NoSource: 0
+Summary:       This is a LDAP authentication module for Apache
+Name:          auth_ldap
+Version:       1.4.0
+Release:       1
+License:       GPL
+Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
+Source0:       http://www.rudedog.org/auth_ldap/%{name}-%{version}.tar.gz
+Patch0:                %{name}-redhat.patch
+URL:           http://www.rudedog.org/auth_ldap/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is an authentication module for Apache that allows you to authenticate
-HTTP clients using user entries in an LDAP directory.
+This is an authentication module for Apache that allows you to
+authenticate HTTP clients using user entries in an LDAP directory.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install ROOT=$RPM_BUILD_ROOT
+%{__make} install ROOT=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
-/usr/lib/apache/mod_auth_ldap.so
+%defattr(644,root,root,755)
 %doc *.html PROBLEMS
-
-%changelog
-* Mon Nov 8 1999 Toru Hoshina <t@kondara.org>
-- be a NoSrc :-P
-
-* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
-- first build for Red Hat Linux 6.1
+%attr(755,root,root) %{_libdir}/apache/mod_auth_ldap.so
This page took 0.089856 seconds and 4 git commands to generate.