Browse Source

apr-util:
- update to 1.5.1
- build with libdb and libmysqlclient
add BR: libdb-devel, libmysqlclient-devel

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8467 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 10 years ago
parent
commit
82d6950e7a
1 changed files with 10 additions and 3 deletions
  1. 10 3
      a/apr-util/apr-util-vl.spec

+ 10 - 3
a/apr-util/apr-util-vl.spec

@@ -3,7 +3,7 @@
 Summary: Apache Portable Runtime Utility library
 Summary(ja): Apache ポータブルランタイムユーティリティライブラリ
 Name: apr-util
-Version: 1.3.12
+Version: 1.5.3
 Release: 1%{?_dist_release}
 
 License: Apache Software License 2.0
@@ -13,12 +13,13 @@ URL: http://apr.apache.org/
 Source0: %{name}-%{version}.tar.bz2
 Patch1: apr-util-1.2.7-pkgconf.patch
 Patch2: apr-util-1.3.7-nodbmdso.patch
+Patch4: apr-util-1.4.1-private.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0
-BuildRequires: db4-devel, expat-devel, libuuid-devel
+BuildRequires: libdb-devel, expat-devel, libuuid-devel
 BuildRequires: postgresql-devel
-BuildRequires: MySQL-devel
+BuildRequires: libmysqlclient-devel
 BuildRequires: zlib-devel
 BuildRequires: sqlite3-devel
 BuildRequires: unixODBC-devel
@@ -105,6 +106,7 @@ This package provides the LDAP support for the apr-util.
 %setup -q
 %patch1 -p1 -b .pkgconf
 %patch2 -p1 -b .nodbmdso
+%patch4 -p1 -b .private
 
 %build
 autoheader && autoconf
@@ -207,6 +209,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/apr-util-%{apuver}/apr_ldap*
 
 %changelog
+* Thu May 22 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.3-1
+- update to 1.5.3
+- add BR: libdb-devel, libmysqlclient-devel
+- remove BR: db4-devel, MySQL-devel
+
 * Sat Oct  1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.12-1
 - new upstream release
 - rebuilt with MySQL-5.5.15