]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- use %pld_release macro for Titanium specific changes
authorhawk <hawk@pld-linux.org>
Mon, 26 May 2008 20:29:02 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: rpm >= 4.4.9-56

Changed files:
    apr-util.spec -> 1.68

apr-util.spec

index f7ac0d4a40fddd931bf1263eb81f3f1395770a4e..75424aa2e8080178147f6af040cd5e95b516c275 100644 (file)
@@ -11,7 +11,7 @@ Summary:      A companion library to Apache Portable Runtime
 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
@@ -24,13 +24,18 @@ Patch3:             %{name}-db45.patch
 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}
@@ -171,7 +176,11 @@ echo '
 %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} \
This page took 0.102083 seconds and 4 git commands to generate.