diff --git a/libdb-4_8.changes b/libdb-4_8.changes index 4f1c78b..30ff261 100644 --- a/libdb-4_8.changes +++ b/libdb-4_8.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 11:20:14 UTC 2011 - coolo@suse.com + +- add autoconf as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Wed Sep 28 18:46:43 UTC 2011 - adrian@suse.de diff --git a/libdb-4_8.spec b/libdb-4_8.spec index 73be740..28ba1ca 100644 --- a/libdb-4_8.spec +++ b/libdb-4_8.spec @@ -23,14 +23,15 @@ Name: libdb-4_8 Version: %{major}.%{minor}.30 -Release: 1 -License: BSD-3-Clause +Release: 0 Summary: Berkeley DB Database Library Version 4.8 -Url: http://www.sleepycat.com +License: BSD-3-Clause Group: System/Libraries +Url: http://www.sleepycat.com Source: db-%{version}.tar.bz2 Source9: getpatches Patch0: db-%{version}.patch +BuildRequires: autoconf BuildRequires: fdupes BuildRequires: gcc-c++ Provides: db = %{version} @@ -47,7 +48,6 @@ database support for applications. This package contains the necessary runtime libraries. %package -n db-utils -License: BSD-3-Clause Summary: Command Line tools for Managing Berkeley DB Databases Group: Productivity/Databases/Tools @@ -59,7 +59,6 @@ This package contains the command line tools for managing Berkeley DB databases. %package -n db-doc -License: BSD-3-Clause Summary: Documentation for Berkeley DB Group: Development/Libraries/C and C++ Provides: db-utils-doc = %{version} @@ -74,7 +73,6 @@ database support for applications. This package contains the documentation. %package devel -License: BSD-3-Clause Summary: Development Files and Libraries for the Berkeley DB library Version 4.8 Group: Development/Libraries/C and C++ Requires: %{name} = %{version} diff --git a/libdb_java-4_8.spec b/libdb_java-4_8.spec index e3a3ec9..868ad27 100644 --- a/libdb_java-4_8.spec +++ b/libdb_java-4_8.spec @@ -23,14 +23,15 @@ Name: libdb_java-4_8 Version: %{major}.%{minor}.30 -Release: 1 -License: BSD-3-Clause +Release: 0 Summary: Java Bindings for the Berkeley DB -Url: http://www.sleepycat.com +License: BSD-3-Clause Group: Productivity/Databases/Servers +Url: http://www.sleepycat.com Source: db-%{version}.tar.bz2 Source9: getpatches Patch0: db-%{version}.patch +BuildRequires: autoconf BuildRequires: gcc-c++ BuildRequires: java-sdk >= 1.5 BuildRequires: unzip @@ -44,9 +45,7 @@ These are the Java bindings for the Berkeley DB. They are needed for the Java support of db and dbxml. %package devel -License: BSD-3-Clause Summary: Java Bindings for the Berkeley DB -Group: Productivity/Databases/Servers Requires: %{name} = %{version} Requires: glibc-devel Provides: db-java-devel = %{version}