Author: qrczak Date: Sat Apr 5 10:00:28 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - Fix for a newer libtool. - Release 2
---- Files affected: SPECS: openldap.spec (1.281 -> 1.282) ---- Diffs: ================================================================ Index: SPECS/openldap.spec diff -u SPECS/openldap.spec:1.281 SPECS/openldap.spec:1.282 --- SPECS/openldap.spec:1.281 Wed Feb 27 15:42:36 2008 +++ SPECS/openldap.spec Sat Apr 5 12:00:23 2008 @@ -29,7 +29,7 @@ Summary(uk.UTF-8): Зразки клієнтів LDAP Name: openldap Version: 2.4.8 -Release: 1 +Release: 2 License: OpenLDAP Public License Group: Networking/Daemons Source0: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz @@ -811,6 +811,7 @@ %prep %setup -q -c %{!?with_system_db:-a1} cd %{name}-%{version} +rm -f contrib/ldapc++/ltmain.sh %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -963,6 +964,7 @@ __topdir=`pwd` cd contrib/ldapc++ +%{__libtoolize} %{__aclocal} %{__automake} %{__autoconf} @@ -1616,6 +1618,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.282 2008-04-05 10:00:23 qrczak +- Fix for a newer libtool. +- Release 2 + Revision 1.281 2008-02-27 14:42:36 baggins - up to 2.4.8 - added socket backend ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openldap.spec?r1=1.281&r2=1.282&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
