Author: qboosh Date: Sun Sep 4 16:06:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.2.1
---- Files affected: SPECS: apr-util.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/apr-util.spec diff -u SPECS/apr-util.spec:1.26 SPECS/apr-util.spec:1.27 --- SPECS/apr-util.spec:1.26 Tue Apr 19 00:47:38 2005 +++ SPECS/apr-util.spec Sun Sep 4 18:06:31 2005 @@ -2,17 +2,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 @@ -22,6 +24,8 @@ 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) @@ -44,6 +48,8 @@ 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. @@ -121,6 +127,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2005/09/04 16:06:31 qboosh +- updated to 1.2.1 + Revision 1.26 2005/04/18 22:47:38 qboosh - updated to 1.1.2, updated link patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apr-util.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
