rpms/mod_authz_ldap/devel mod_authz_ldap.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 27 08:22:22 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/mod_authz_ldap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4210

Modified Files:
	mod_authz_ldap.spec 
Log Message:
* Mon Mar 27 2006 Joe Orton <jorton at redhat.com> 0.26-7
- don't package INSTALL
- define -DLDAP_DEPRECATED=1 in CPPFLAGS



Index: mod_authz_ldap.spec
===================================================================
RCS file: /cvs/dist/rpms/mod_authz_ldap/devel/mod_authz_ldap.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mod_authz_ldap.spec	11 Feb 2006 04:37:26 -0000	1.14
+++ mod_authz_ldap.spec	27 Mar 2006 08:22:20 -0000	1.15
@@ -2,7 +2,7 @@
 Summary: LDAP authorization module for the Apache HTTP Server
 Name: mod_authz_ldap
 Version: 0.26
-Release: 6.2.1
+Release: 7
 License: BSD
 Group: System Environment/Daemons
 URL: http://authzldap.othello.ch/
@@ -36,7 +36,7 @@
 
 %build
 libtoolize --copy --force && aclocal && autoconf
-export CPPFLAGS="`apu-1-config --includes` -I%{_includedir}/openssl"
+export CPPFLAGS="`apu-1-config --includes` -I%{_includedir}/openssl -DLDAP_DEPRECATED=1"
 %configure --with-apxs=%{_sbindir}/apxs --disable-static
 cd module
 %{_sbindir}/apxs -Wl,-export-symbols-regex -Wl,authz_ldap_module \
@@ -70,9 +70,13 @@
 %{_bindir}/cert*
 %{_mandir}/man1/cert*
 %doc ldap/*.schema docs/*.{html,jpg} docs/*.{HOWTO,txt} docs/README
-%doc NEWS AUTHORS ChangeLog COPYING INSTALL
+%doc NEWS AUTHORS ChangeLog COPYING
 
 %changelog
+* Mon Mar 27 2006 Joe Orton <jorton at redhat.com> 0.26-7
+- don't package INSTALL
+- define -DLDAP_DEPRECATED=1 in CPPFLAGS
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.26-6.2.1
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list