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