SPECS: apr-util.spec - use %pld_release macro for Titanium specific changes...

hawk hawk at pld-linux.org
Mon May 26 22:29:07 CEST 2008


Author: hawk                         Date: Mon May 26 20:29:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %pld_release macro for Titanium specific changes
- BR: rpm >= 4.4.9-56

---- Files affected:
SPECS:
   apr-util.spec (1.67 -> 1.68) 

---- Diffs:

================================================================
Index: SPECS/apr-util.spec
diff -u SPECS/apr-util.spec:1.67 SPECS/apr-util.spec:1.68
--- SPECS/apr-util.spec:1.67	Sun Dec 16 14:16:39 2007
+++ SPECS/apr-util.spec	Mon May 26 22:29:02 2008
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8):	Biblioteka towarzysząca Apache Portable Runtime
 Name:		apr-util
 Version:	1.2.12
-Release:	1
+Release:	2
 Epoch:		1
 License:	Apache v2.0
 Group:		Libraries
@@ -25,13 +25,18 @@
 URL:		http://apr.apache.org/
 BuildRequires:	apr-devel >= 1:1.2.12
 BuildRequires:	autoconf
+%if %{pld_release} == "ti"
+BuildRequires:	db-devel >= 4.5
+%else
 BuildRequires:	db-devel >= 4.6
+%endif
 BuildRequires:	expat-devel
 BuildRequires:	gdbm-devel
 BuildRequires:	libtool
 %{?with_mysql:BuildRequires:	mysql-devel}
 %{?with_ldap:BuildRequires:	openldap-devel >= 2.4.6}
 %{?with_pgsql:BuildRequires:	postgresql-devel}
+BuildRequires:	rpm >= 4.4.9-56
 BuildRequires:	sed >= 4.0
 %{?with_sqlite2:BuildRequires:	sqlite-devel >= 2}
 %{?with_sqlite3:BuildRequires:	sqlite3-devel >= 3}
@@ -172,7 +177,11 @@
 %endif
 	--with-iconv=%{_prefix} \
 	--with-berkeley-db=%{_prefix} \
+%if %{pld_release} == "ti"
+	--with-dbm=db45 \
+%else
 	--with-dbm=db46 \
+%endif
 	%{?with_mysql:--with-mysql=%{_prefix}} \
 	%{!?with_pgsql:--without-pgsql} \
 	%{!?with_sqlite2:--without-sqlite2} \
@@ -285,6 +294,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2008-05-26 20:29:02  hawk
+- use %pld_release macro for Titanium specific changes
+- BR: rpm >= 4.4.9-56
+
 Revision 1.67  2007-12-16 13:16:39  qboosh
 - updated to 1.2.12
 - removed obsolete mysql-link patch and apr_dbd_mysql source (merged upstream)
================================================================

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



More information about the pld-cvs-commit mailing list