From: Jakub Bogusz Date: Sun, 4 Sep 2005 16:06:31 +0000 (+0000) Subject: - updated to 1.2.1 X-Git-Tag: auto/ac/apr-util-1_2_1-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapr-util.git;a=commitdiff_plain;h=4078c8d710e3c3a7e8fc4d5081f676769295b5f7;ds=sidebyside - updated to 1.2.1 Changed files: apr-util.spec -> 1.27 --- diff --git a/apr-util.spec b/apr-util.spec index 834869b..62dff90 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -1,17 +1,19 @@ # # Conditional build: %bcond_without ldap # without LDAP support +%bcond_without sqlite # without SQLite support +%bcond_without sqlite3 # without SQLite3 support # Summary: A companion library to Apache Portable Runtime Summary(pl): Biblioteka towarzysz±ca Apache Portable Runtime Name: apr-util -Version: 1.1.2 +Version: 1.2.1 Release: 1 Epoch: 1 License: Apache v2.0 Group: Libraries -Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.gz -# Source0-md5: e82f933c065ccd1c7d910da67bc77825 +Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2 +# Source0-md5: 1e579571bf42a2bb0e5ba882721efa46 Patch0: %{name}-link.patch URL: http://apr.apache.org/ BuildRequires: apr-devel >= 1:1.1.0 @@ -21,6 +23,8 @@ BuildRequires: expat-devel BuildRequires: gdbm-devel BuildRequires: libtool %{?with_ldap:BuildRequires: openldap-devel} +%{?with_sqlite:BuildRequires: sqlite-devel >= 2} +%{?with_sqlite3:BuildRequires: sqlite3-devel >= 3} Requires: apr >= 1:1.1.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -43,6 +47,8 @@ Requires: db-devel Requires: expat-devel Requires: gdbm-devel %{?with_ldap:Requires: openldap-devel} +%{?with_sqlite:Requires: sqlite-devel >= 2} +%{?with_sqlite3:Requires: sqlite3-devel >= 3} %description devel Header files and development documentation for apr-util.