]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/commitdiff
- adapterized and partialy rewrited.
authorkloczek <kloczek@pld-linux.org>
Thu, 11 May 2000 21:46:27 +0000 (21:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_ldap.spec -> 1.2

apache1-mod_auth_ldap.spec

index 4de0ace43388d8c435b97329a428c80553ecc87b..f44b7acfcb9d388faa080e3f12c1587c9f8847bf 100644 (file)
@@ -1,14 +1,14 @@
-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(pl):     Sieciowe/Serwery
+Source0:       http://www.rudedog.org/auth_ldap/%{name}-%{version}.tar.gz
+Patch0:                auth_ldap-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
@@ -29,13 +29,6 @@ make install ROOT=$RPM_BUILD_ROOT
 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.065406 seconds and 4 git commands to generate.