SPECS: apr-util.spec - add -libtool.patch for --tag=CC - ac compatible

glen glen at pld-linux.org
Mon Aug 25 16:11:34 CEST 2008


Author: glen                         Date: Mon Aug 25 14:11:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -libtool.patch for --tag=CC
- ac compatible

---- Files affected:
SPECS:
   apr-util.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: SPECS/apr-util.spec
diff -u SPECS/apr-util.spec:1.75 SPECS/apr-util.spec:1.76
--- SPECS/apr-util.spec:1.75	Sun Aug 17 20:04:54 2008
+++ SPECS/apr-util.spec	Mon Aug 25 16:11:29 2008
@@ -14,7 +14,7 @@
 Summary(pl.UTF-8):	Biblioteka towarzysząca Apache Portable Runtime
 Name:		apr-util
 Version:	1.3.4
-Release:	1
+Release:	2
 Epoch:		1
 License:	Apache v2.0
 Group:		Libraries
@@ -22,19 +22,24 @@
 # Source0-md5:	adfbe525cf3914cf769340e8f6a6d14b
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-config-noldap.patch
+Patch2:		%{name}-libtool.patch
 URL:		http://apr.apache.org/
 BuildRequires:	apr-devel >= 1:1.3.0
 BuildRequires:	autoconf
 %if "%{pld_release}" == "ti"
 BuildRequires:	db-devel >= 4.5
 %else
+%if "%{pld_release}" == "th"
 BuildRequires:	db-devel >= 4.7
+%else
+BuildRequires:	db-devel
+%endif
 %endif
 BuildRequires:	expat-devel
 %{?with_freetds:BuildRequires:	freetds-devel}
 BuildRequires:	libtool
 %{?with_mysql:BuildRequires:	mysql-devel}
-%{?with_ldap:BuildRequires:	openldap-devel >= 2.4.6}
+%{?with_ldap:BuildRequires:	openldap-devel >= 2.3.0}
 %{?with_odbc:BuildRequires:	unixODBC-devel}
 %{?with_pgsql:BuildRequires:	postgresql-devel}
 BuildRequires:	rpm >= 4.4.9-56
@@ -181,6 +186,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 rm -rf xml/expat
 
@@ -214,7 +220,11 @@
 %if "%{pld_release}" == "ti"
 	--with-dbm=db45 \
 %else
+%if "%{pld_release}" == "th"
 	--with-dbm=db47 \
+%else
+	--with-dbm=db4 \
+%endif
 %endif
 	--with-iconv=%{_prefix} \
 %if %{with ldap}
@@ -330,6 +340,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2008/08/25 14:11:29  glen
+- add -libtool.patch for --tag=CC
+- ac compatible
+
 Revision 1.75  2008/08/17 18:04:54  qboosh
 - updated to 1.3.4
 - added config-noldap patch to drop ldap libs from default apu-1-config --libs output
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apr-util.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list