Fixed search path for new tcl, new BuildRequires for zlib
This commit is contained in:
parent
c1528ffe0b
commit
eaaaf9b94e
@ -4,7 +4,7 @@
|
|||||||
Summary: The Berkeley DB database library for C
|
Summary: The Berkeley DB database library for C
|
||||||
Name: libdb
|
Name: libdb
|
||||||
Version: 5.3.28
|
Version: 5.3.28
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
|
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
|
||||||
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
|
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
|
||||||
# For mt19937db.c
|
# For mt19937db.c
|
||||||
@ -29,6 +29,7 @@ BuildRequires: perl libtool
|
|||||||
BuildRequires: tcl-devel >= 8.5.2-3
|
BuildRequires: tcl-devel >= 8.5.2-3
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
BuildRequires: java-devel >= 1:1.6.0
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Conflicts: filesystem < 3
|
Conflicts: filesystem < 3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -240,7 +241,7 @@ pushd dist/dist-tls
|
|||||||
--enable-java \
|
--enable-java \
|
||||||
--enable-test \
|
--enable-test \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-tcl=%{_libdir}/tcl8.5
|
--with-tcl=%{_libdir}/tcl8.6
|
||||||
|
|
||||||
# Remove libtool predep_objects and postdep_objects wonkiness so that
|
# Remove libtool predep_objects and postdep_objects wonkiness so that
|
||||||
# building without -nostdlib doesn't include them twice. Because we
|
# building without -nostdlib doesn't include them twice. Because we
|
||||||
@ -410,6 +411,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/libdb_java.so
|
%{_libdir}/libdb_java.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 10 2014 Jan Stanek <jstanek@redhat.com> - 5.3.28-6
|
||||||
|
- Fixed search path for new tcl, new BuildRequires for zlib
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-5
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user