]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Fri, 7 Apr 2000 01:15:43 +0000 (01:15 +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.1

apache1-mod_auth_ldap.spec [new file with mode: 0644]

diff --git a/apache1-mod_auth_ldap.spec b/apache1-mod_auth_ldap.spec
new file mode 100644 (file)
index 0000000..4de0ace
--- /dev/null
@@ -0,0 +1,41 @@
+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
+
+%description
+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
+
+%install
+rm -rf $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
+%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
This page took 0.070324 seconds and 4 git commands to generate.