]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/blobdiff - apache1-mod_auth_ldap.spec
- todos
[packages/apache1-mod_auth_ldap.git] / apache1-mod_auth_ldap.spec
index 487ed8f911003795ca77608cbc4985b1a634251e..0205f20659c1a05875e082ccffbddc88b33f0c8f 100644 (file)
@@ -1,9 +1,13 @@
+# TODO
+# - issue 29975
+# - alternative module: http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html
+# - http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.tar.gz
 #
 # Conditional build:
 %bcond_with    ssl     # build with ssl (requires netscape sdk), tls is available with openldap
-#
-%define        mod_name        auth_ldap
-%define apxs   /usr/sbin/apxs1
+
+%define                mod_name        auth_ldap
+%define                apxs    /usr/sbin/apxs1
 Summary:       This is a LDAP authentication module for Apache
 Summary(cs.UTF-8):     Autentizační modul LDAP pro WWW server Apache
 Summary(da.UTF-8):     En LDAP-autenticeringsmodul for Apache
@@ -23,7 +27,7 @@ Summary(sv.UTF-8):    En LDAP autentiseringsmodul för Apache
 Summary(zh_CN.UTF-8):  这是用于 Apache 的 LDAP 验证模块
 Name:          apache1-mod_%{mod_name}
 Version:       1.6.1
-Release:       0.1
+Release:       2
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://www.rudedog.org/auth_ldap/auth_ldap-%{version}.tar.gz
@@ -131,6 +135,7 @@ lynx -nolist -dump auth_ldap.html > auth_ldap.txt
 %configure \
        --with-apxs=%{apxs} \
        --with-ldap-sdk=openldap \
+       --with-shared-cache \
        --with%{!?with_ssl:out}-ssl
 
 %{__make}
This page took 0.031153 seconds and 4 git commands to generate.