Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 8d0e4c1228d30841dd0e13dac839ef9f > files > 6

db48-4.8.30-18.1.mga5.src.rpm

# compatibility with legacy rpm
%{!?_lib:%define _lib	lib}

%define	__soversion	4.8
%define	_libdb_a	libdb-%{__soversion}.a
%define	_libcxx_a	libdb_cxx-%{__soversion}.a

%define libname_orig	%mklibname db
%define libname		%{libname_orig}%{__soversion}
%define libnamedev	%{libname}-devel
%define libnamestatic	%{libname}-static-devel

%define libdbcxx	%{libname_orig}cxx%{__soversion}
%define libdbtcl	%{libname_orig}tcl%{__soversion}
%define libdbjava	db%{__soversion}

%define libdbnss	%{libname_orig}nss%{__soversion}
%define libdbnssdev	%{libdbnss}-devel

%ifnarch %mips %arm
%bcond_without java
%define gcj_support 0
%endif

%define build_java 0
%define gcj_support 0

# Define to build a stripped down version to use for nss libraries
%define build_nss	1

# Allow --with[out] nss rpm command line build
%{?_with_nss: %{expand: %%define build_nss 1}}
%{?_without_nss: %{expand: %%define build_nss 0}}

# Define to rename utilities and allow parallel installation
%define build_parallel	0

# Allow --with[out] parallel rpm command line build
%{?_with_parallel: %{expand: %%define build_parallel 1}}
%{?_without_parallel: %{expand: %%define build_parallel 0}}

# mutexes defaults to POSIX/pthreads/library
%define build_asmmutex 0

%{?_with_asmmutex: %global build_asmmutex 1}
%{?_without_asmmutex: %global build_asmmutex 0}

Summary:	The Berkeley DB database library for C
Name:		db48
Version:	4.8.30
%define subrel 1
Release:	%mkrel 18
Source0:	http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
# statically link db1 library
Patch0:		db-4.2.52-db185.patch
Patch1:		db-4.8.30-fix-format-errors.patch
Patch2:		db-4.8.30-tcl-link.patch
# Fix for MGA#21203 - reads DB_CONFIG from cwd.
Patch3:		db-4.8.30-cwd-db_config.patch
URL:		http://www.oracle.com/technology/software/products/berkeley-db/
License:	BSD
Group:		System/Libraries
BuildRequires:	%{!?_without_tcl:tcl-devel} %{!?_without_db1:db1-devel} ed libtool
%if %{build_java}
%if %with java
BuildRequires:  sharutils
%if %{gcj_support}
BuildRequires: java-gcj-compat-devel
%else
BuildRequires:  java-devel
%endif
%endif
%endif

Obsoletes:	db4.8 < 4.8.30-18
Obsoletes:	db4.8-javadoc < 4.8.30-18

%description
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

%package -n %{libname}
Summary: The Berkeley DB database library for C
Group: System/Libraries
Requires(pre): filesystem >= 2.1.9-18

%description -n %{libname}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

%package -n %{libdbcxx}
Summary: The Berkeley DB database library for C++
Group: System/Libraries

%description -n %{libdbcxx}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

This package contains the files needed to build C++ programs which use
Berkeley DB.

%if %{build_java}
%if %with java
%package -n %{libdbjava}
Summary: The Berkeley DB database library for C++
Group: System/Libraries

%description -n %{libdbjava}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

This package contains the files needed to build Java programs which use
Berkeley DB.

%package -n %{libdbjava}-javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description -n %{libdbjava}-javadoc
Javadoc for %{name}.
%endif
%endif

%if %{!?_without_tcl:1}%{?_without_tcl:0}
%package -n %{libdbtcl}
Summary: The Berkeley DB database library for TCL
Group: System/Libraries

%description -n %{libdbtcl}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

This package contains the header files, libraries, and documentation for
building tcl programs which use Berkeley DB.
%endif

%package utils
Summary: Command line tools for managing Berkeley DB databases
Group: Databases
%if !%{build_parallel}
Conflicts: db3-utils
Conflicts: db46-utils
Conflicts: db47-utils
%endif
Provides: db4-utils = %{version}-%{release}

%description utils
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains command line tools for managing Berkeley DB databases.

%package -n %{libnamedev}
Summary: Development libraries/header files for the Berkeley DB library
Group: Development/Databases
Requires(pre): filesystem >= 2.1.9-18
Requires: %{libname} = %{version}-%{release}
%if %{!?_without_tcl:1}%{?_without_tcl:0}
Requires: %{libdbtcl} = %{version}-%{release}
%endif
Requires: %{libdbcxx} = %{version}-%{release}
%if %{build_java}
%if %with java
Requires: %{libdbjava} = %{version}
%endif
%endif
Provides: db%{__soversion}-devel = %{version}-%{release}
Provides: libdb%{__soversion}-devel = %{version}-%{release}
Conflicts: %{libname_orig}3.3-devel %{libname_orig}4.0-devel
Conflicts: %{libname_orig}4.1-devel %{libname_orig}4.2-devel
Conflicts: %{libname_orig}4.3-devel %{libname_orig}4.4-devel
Conflicts: %{libname_orig}4.5-devel
Conflicts: %{libname_orig}4.6-devel
Conflicts: %{libname_orig}4.7-devel
Provides: db-devel = %{version}-%{release}
Provides: db4-devel = %{version}-%{release}

%description -n %{libnamedev}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains the header files, libraries, and documentation for
building programs which use Berkeley DB.

%package -n %{libnamestatic}
Summary: Development static libraries files for the Berkeley DB library
Group: Development/Databases
Requires: db%{__soversion}-devel = %{version}-%{release}
Provides: db%{__soversion}-static-devel = %{version}-%{release}
Provides: libdb%{__soversion}-static-devel = %{version}-%{release}
Conflicts: %{libname_orig}3.3-static-devel %{libname_orig}4.0-static-devel
Conflicts: %{libname_orig}4.1-static-devel %{libname_orig}4.2-static-devel
Conflicts: %{libname_orig}4.3-static-devel %{libname_orig}4.4-static-devel
Conflicts: %{libname_orig}4.5-static-devel
Conflicts: %{libname_orig}4.6-static-devel
Conflicts: %{libname_orig}4.7static-devel
Provides: db-static-devel = %{version}-%{release}
Provides: db4-static-devel = %{version}-%{release}

%description -n %{libnamestatic}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains the static libraries for building programs which
use Berkeley DB.

%if %{build_nss}
%package -n %{libdbnss}
Summary: The Berkeley DB database library for NSS modules
Group: System/Libraries

%description -n %{libdbnss}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains the shared library required by some nss modules
that use Berkeley DB.

%package -n %{libdbnssdev}
Summary: Development libraries/header files for building nss modules with Berkeley DB
Group: Development/Databases
Requires: %{libdbnss} = %{version}-%{release}
Provides: libdbnss-devel = %{version}-%{release}
Provides: %{_lib}dbnss-devel = %{version}-%{release}
Provides: db_nss-devel = %{version}-%{release}
Provides: libdb_nss-devel = %{version}-%{release}
Conflicts: %{libname_orig}nss4.2-devel
Conflicts: %{libname_orig}nss4.6-devel
Conflicts: %{libname_orig}nss4.7devel

%description -n %{libdbnssdev}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains the header files and libraries for building nss
modules which use Berkeley DB.
%endif

%prep

%setup -q -n db-%{version}

# fix strange attribs
find . -type f -perm 0444 -exec chmod 644 {} \;

%{__rm} -r docs/java
%patch0 -p1 -b .db185
%patch1 -p1 -b .format
%patch2 -p0 -b .tcl
%patch3 -p1 -b .db_conf

pushd dist
libtoolize --copy --force
cat %{_datadir}/aclocal/libtool.m4 >> aclocal.m4
popd

# Remove tags files which we don't need.
find . -name tags | xargs rm -f
# Define a shell function for fixing HREF references in the docs, which
# would otherwise break when we split the docs up into subpackages.
fixup_href() {
    for doc in $@ ; do
        chmod u+w ${doc}
        sed -e 's,="../api_c/,="../../%{name}-devel-%{version}/api_c/,g' \
            -e 's,="api_c/,="../%{name}-devel-%{version}/api_c/,g' \
            -e 's,="../api_cxx/,="../../%{name}-devel-%{version}/api_cxx/,g' \
            -e 's,="api_cxx/,="../%{name}-devel-%{version}/api_cxx/,g' \
            -e 's,="../api_tcl/,="../../%{name}-devel-%{version}/api_tcl/,g' \
            -e 's,="api_tcl/,="../%{name}-devel-%{version}/api_tcl/,g' \
            -e 's,="../java/,="../../%{name}-devel-%{version}/java/,g' \
            -e 's,="java/,="../%{name}-devel-%{version}/java/,g' \
            -e 's,="../examples_c/,="../../%{name}-devel-%{version}/examples_c/,g' \
            -e 's,="examples_c/,="../%{name}-devel-%{version}/examples_c/,g' \
            -e 's,="../examples_cxx/,="../../%{name}-devel-%{version}/examples_cxx/,g' \
            -e 's,="examples_cxx/,="../%{name}-devel-%{version}/examples_cxx/,g' \
            -e 's,="../ref/,="../../%{name}-devel-%{version}/ref/,g' \
            -e 's,="ref/,="../%{name}-devel-%{version}/ref/,g' \
            -e 's,="../images/,="../../%{name}-devel-%{version}/images/,g' \
            -e 's,="images/,="../%{name}-devel-%{version}/images/,g' \
            -e 's,="../utility/,="../../%{name}-utils-%{version}/utility/,g' \
            -e 's,="utility/,="../%{name}-utils-%{version}/utility/,g' ${doc} > ${doc}.new
        touch -r ${doc} ${doc}.new
        cat ${doc}.new > ${doc}
        touch -r ${doc}.new ${doc}
        rm -f ${doc}.new
    done
}

set +x	# XXX painful to watch
# Fix all of the HTML files.
fixup_href `find . -name "*.html"`
set -x	# XXX painful to watch

cd dist
./s_config

%build
CFLAGS="$RPM_OPT_FLAGS"
%ifarch ppc
CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT"
%endif
export CFLAGS

%if %{gcj_support}
export CLASSPATH=
export JAVAC=%{javac}
export JAR=%{jar}
export JAVA=%{java}
export JAVACFLAGS="-nowarn"
JAVA_MAKE="JAR=%{jar} JAVAC=%{javac} JAVACFLAGS="-nowarn" JAVA=%{java}"
%endif

pushd build_unix
CONFIGURE_TOP="../dist" %configure2_5x \
	--enable-shared --enable-static \
%if %{?!_without_db1:1}%{?_without_db1:0}
	--enable-compat185 --enable-dump185 \
%endif
%if %{?!_without_tcl:1}%{?_without_tcl:0}
	--enable-tcl --with-tcl=%{_libdir} --enable-test \
%endif
	--enable-cxx \
%if %{build_java}
%if %with java
        --enable-java \
%endif
%endif
%if %{build_asmmutex}
%ifarch %{ix86}
	--disable-posixmutexes --with-mutex=x86/gcc-assembly
%endif
%ifarch x86_64
	--disable-posixmutexes --with-mutex=x86_64/gcc-assembly
%endif
%ifarch alpha
	--disable-posixmutexes --with-mutex=ALPHA/gcc-assembly
%endif
%ifarch ia64
	--disable-posixmutexes --with-mutex=ia64/gcc-assembly
%endif
%ifarch ppc
	--disable-posixmutexes --with-mutex=PPC/gcc-assembly
%endif
%ifarch %{sunsparc}
	--disable-posixmutexes --with-mutex=Sparc/gcc-assembly
%endif
%ifarch %mips
	--disable-posixmutexes --with-mutex=MIPS/gcc-assembly
%endif
%ifarch %arm
	--disable-posixmutexes --with-mutex=ARM/gcc-assembly
%endif
%else
	--with-mutex=POSIX/pthreads/library
%endif

%make $JAVA_MAKE
%if %{build_java}
%if %with java
pushd ../java
%{javadoc} -d ../docs/java `%{_bindir}/find . -name '*.java'`
popd
%endif
%endif
popd
%if %{build_nss}
mkdir build_nss
pushd build_nss
CONFIGURE_TOP="../dist" %configure2_5x \
	--enable-shared --disable-static \
	--disable-tcl --disable-cxx --disable-java \
	--with-uniquename=_nss \
	--enable-compat185 \
	--disable-cryptography --disable-queue \
        --disable-replication --disable-verify \
%ifarch %{ix86}
	--disable-posixmutexes --with-mutex=x86/gcc-assembly
%endif
%ifarch x86_64
	--disable-posixmutexes --with-mutex=x86_64/gcc-assembly
%endif
%ifarch alpha
	--disable-posixmutexes --with-mutex=ALPHA/gcc-assembly
%endif
%ifarch ia64
	--disable-posixmutexes --with-mutex=ia64/gcc-assembly
%endif
%ifarch ppc
	--disable-posixmutexes --with-mutex=PPC/gcc-assembly
%endif
%ifarch %{sunsparc}
	--disable-posixmutexes --with-mutex=Sparc/gcc-assembly
%endif
%ifarch %mips
	--disable-posixmutexes --with-mutex=MIPS/gcc-assembly
%endif
%ifarch %arm
	--disable-posixmutexes --with-mutex=ARM/gcc-assembly
%endif

%make libdb_base=libdb_nss libso_target=libdb_nss-%{__soversion}.la libdir=%{_libdir}
popd
%endif

%install
make -C build_unix install_setup install_include install_lib install_utilities \
	DESTDIR=%{buildroot} includedir=%{_includedir}/db4 \
	emode=755

%if %{build_nss}
make -C build_nss install_include install_lib libdb_base=libdb_nss \
	DESTDIR=%{buildroot} includedir=%{_includedir}/db_nss \
	LIB_INSTALL_FILE_LIST=""
%endif

ln -sf db4/db.h %{buildroot}%{_includedir}/db.h

# XXX This is needed for parallel install with db4.2
%if %{build_parallel}
for F in %{buildroot}%{_bindir}/*db_* ; do
   mv $F `echo $F | sed -e 's,db_,%{name}_,'`
done
%endif

# Move db.jar file to the correct place, and version it
%if %{build_java}
%if %with java
mkdir -p %{buildroot}%{_datadir}/java
mv %{buildroot}%{_libdir}/db.jar %{buildroot}%{_datadir}/java/db%{__soversion}-%{version}.jar
(cd %{buildroot}%{_datadir}/java && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/db%{__soversion}-%{version}
%{__cp} -a docs/java/* %{buildroot}%{_javadocdir}/db%{__soversion}-%{version}
%{__ln_s} db%{__soversion}-%{version} %{buildroot}%{_javadocdir}/db%{__soversion}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif
%endif
%endif

#symlink the short libdb???.a name
ln -sf %{_libdb_a} %{buildroot}%{_libdir}/libdb.a
ln -sf %{_libcxx_a} %{buildroot}%{_libdir}/libdb_cxx.a
ln -sf libdb_tcl-%{__soversion}.a %{buildroot}%{_libdir}/libdb_tcl.a
ln -sf %{_libdb_a} %{buildroot}%{_libdir}/libdb-4.a
ln -sf %{_libcxx_a} %{buildroot}%{_libdir}/libdb_cxx-4.a
ln -sf libdb_tcl-%{__soversion}.a %{buildroot}%{_libdir}/libdb_tcl-4.a
%if %{build_java}
%if %with java
ln -sf libdb_java-%{__soversion}.a %{buildroot}%{_libdir}/libdb_java.a
ln -sf libdb_java-%{__soversion}.a %{buildroot}%{_libdir}/libdb_java-4.a
%endif
%endif
rm -fr %{buildroot}%{_includedir}/db_nss/db_cxx.h

%clean
rm -rf %{buildroot}

%if %{build_java}
%if %with java
%post -n %{libdbjava}
%{update_gcjdb}

%postun -n %{libdbjava}
%{clean_gcjdb}
%endif
%endif

%files -n %{libname}
%defattr(644,root,root,755)
%doc LICENSE README
%attr(755,root,root) %{_libdir}/libdb-%{__soversion}.so

%files -n %{libdbcxx}
%defattr(755,root,root) 
%{_libdir}/libdb_cxx-%{__soversion}.so

%if %{build_java}
%if %with java
%files -n %{libdbjava}
%defattr(644,root,root,755)
%doc docs/java
%doc examples_java
%attr(755,root,root) %{_libdir}/libdb_java-%{__soversion}.so
%{_libdir}/libdb_java-%{__soversion}_g.so
%{_datadir}/java/db%{__soversion}.jar
%{_datadir}/java/db%{__soversion}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files -n %{libdbjava}-javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/db%{__soversion}-%{version}
%doc %{_javadocdir}/db%{__soversion}
%endif
%endif

%if %{?!_without_tcl:1}%{?_without_tcl:0} 
%files -n %{libdbtcl}
%defattr(755,root,root)
%{_libdir}/libdb_tcl-%{__soversion}.so
%endif

%files utils
%{_bindir}/db*_archive
%{_bindir}/db*_checkpoint
%{_bindir}/db*_deadlock
%{_bindir}/db*_dump*
%{_bindir}/db*_hotbackup
%{_bindir}/db*_load
%{_bindir}/db*_printlog
%{_bindir}/db*_recover
%{_bindir}/db*_sql
%{_bindir}/db*_stat
%{_bindir}/db*_upgrade
%{_bindir}/db*_verify

%files -n %{libnamedev}
%defattr(644,root,root,755)
%doc docs/api_reference
%dir %{_includedir}/db4
%{_includedir}/db4/db.h
%if %{?!_without_db1:1}%{?_without_db1:0} 
%{_includedir}/db4/db_185.h
%endif
%{_includedir}/db4/db_cxx.h
%{_includedir}/db.h
%{_libdir}/libdb.so
%{_libdir}/libdb-4.so
%{_libdir}/libdb-%{__soversion}.la
%{_libdir}/libdb_cxx.so
%{_libdir}/libdb_cxx-4.so
%{_libdir}/libdb_cxx-%{__soversion}.la
%if %{?!_without_tcl:1}%{?_without_tcl:0} 
%{_libdir}/libdb_tcl.so
%{_libdir}/libdb_tcl-4.so
%{_libdir}/libdb_tcl-%{__soversion}.la
%endif
%if %{build_java}
%if %with java
%{_libdir}/libdb_java.so
%{_libdir}/libdb_java-4.so
%{_libdir}/libdb_java-%{__soversion}.la
%endif
%endif

%files -n %{libnamestatic}
%defattr(644,root,root,755)
%{_libdir}/*.a

%if %{build_nss}
%files -n %{libdbnss}
%defattr(755,root,root) 
%{_libdir}/libdb_nss-%{__soversion}.so

%files -n %{libdbnssdev}
%defattr(644,root,root,755)
%dir %{_includedir}/db_nss
%{_includedir}/db_nss/db.h
%if %{?!_without_db1:1}%{?_without_db1:0} 
%{_includedir}/db_nss/db_185.h
%endif
%{_libdir}/libdb_nss.so
%{_libdir}/libdb_nss-4.so
%{_libdir}/libdb_nss-%{__soversion}.la
%endif


%changelog
* Sat Jul 08 2017 shlomif <shlomif> 4.8.30-18.1.mga5
+ Revision: 1109570
- bump subrel
- Fix for MGA#21203 - DB_CONFIG cwd.

* Sun Nov 30 2014 sander85 <sander85> 4.8.30-18.mga5
+ Revision: 800091
- Disable java

* Fri Oct 31 2014 pterjan <pterjan> 4.8.30-17.mga5
+ Revision: 794869
- Drop no longer needed BuildRequires on java-rpmbuild

* Wed Oct 15 2014 umeabot <umeabot> 4.8.30-16.mga5
+ Revision: 745755
- Second Mageia 5 Mass Rebuild

* Thu Sep 18 2014 umeabot <umeabot> 4.8.30-15.mga5
+ Revision: 693728
- Rebuild to fix library dependencies

* Tue Sep 16 2014 umeabot <umeabot> 4.8.30-14.mga5
+ Revision: 678678
- Mageia 5 Mass Rebuild

* Thu Jan 09 2014 pterjan <pterjan> 4.8.30-13.mga4
+ Revision: 566074
- Drop patch breaking non-gcj build
- Disable broken gcj build

  + umeabot <umeabot>
    - Mageia 4 Mass Rebuild

* Tue Sep 03 2013 luigiwalser <luigiwalser> 4.8.30-11.mga4
+ Revision: 474908
- rpm no longer allows listing a symlink to a directory as a dir in files
- rpm no longer allows using attr on a symlink in files

* Fri Jan 11 2013 umeabot <umeabot> 4.8.30-10.mga3
+ Revision: 348626
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Jul 21 2012 colin <colin> 4.8.30-9.mga3
+ Revision: 273178
- Rename patch
- Update for usrmove

* Sat Sep 03 2011 dmorgan <dmorgan> 4.8.30-8.mga2
+ Revision: 138228
- Do not install files twice

* Sat Sep 03 2011 dmorgan <dmorgan> 4.8.30-7.mga2
+ Revision: 138227
- Install jar files at the right place

* Sat Jul 02 2011 fwang <fwang> 4.8.30-6.mga2
+ Revision: 117282
- rebuild for new tcl

* Fri Mar 25 2011 dmorgan <dmorgan> 4.8.30-5.mga1
+ Revision: 77192
- Rebuild to try to fix provides

  + pterjan <pterjan>
    - Re-enable java support

* Tue Jan 11 2011 dmorgan <dmorgan> 4.8.30-3.mga1
+ Revision: 5910
- Do not use %%exclude

  + pterjan <pterjan>
    - Drop java support while bootstraping the distro

  + blino <blino>
    - remove old ldconfig scriptlets
    - imported package db48


* Fri Oct 08 2010 Funda Wang <fwang@mandriva.org> 4.8.30-2mdv2011.0
+ Revision: 584285
- requires java

* Sun Jul 18 2010 Funda Wang <fwang@mandriva.org> 4.8.30-1mdv2011.0
+ Revision: 554859
- New version 4.8.30

  + Jérôme Brenier <incubusss@mandriva.org>
    - clean -javadoc description

* Wed Dec 30 2009 Buchan Milne <bgmilne@mandriva.org> 4.8.26-1mdv2010.1
+ Revision: 483902
- update to new version 4.8.26

  + Christophe Fergeau <cfergeau@mandriva.com>
    - don't require libdbtcl in devel package when tcl support is disabled

* Thu Dec 10 2009 Christophe Fergeau <cfergeau@mandriva.com> 4.8.24-2mdv2010.1
+ Revision: 476042
- fix name of libdb4.7-devel in libdb4.8-devel Conflicts:

* Fri Nov 27 2009 Oden Eriksson <oeriksson@mandriva.com> 4.8.24-1mdv2010.1
+ Revision: 470525
- import db48


* Fri Nov 27 2009 Oden Eriksson <oeriksson@mandriva.com> 4.8.24-1mdv2010.1
- 4.8.24

* Fri Sep 25 2009 Olivier Blin <oblin@mandriva.com> 4.7.25-5mdv2010.0
+ Revision: 448872
- arm support (from Arnaud Patard):
  o enable arm assembly mutex
  o disable java
- mips support (from Arnaud Patard)

* Mon Aug 10 2009 Oden Eriksson <oeriksson@mandriva.com> 4.7.25-4mdv2010.0
+ Revision: 414267
- added one upstream patch
- added a patch from fedora to make it build
- rebuild

* Mon Jan 05 2009 Guillaume Rousse <guillomovitch@mandriva.org> 4.7.25-3mdv2009.1
+ Revision: 324913
- update to patch level 3
- rediff jni patch
- drop openldap patch, superseded by official patch
- fix format errors
- explicit conflict in db-utils package with previous one

* Sat Dec 06 2008 Adam Williamson <awilliamson@mandriva.org> 4.7.25-2mdv2009.1
+ Revision: 311051
- rebuild for new tcl

* Tue Oct 14 2008 Oden Eriksson <oeriksson@mandriva.com> 4.7.25-1mdv2009.1
+ Revision: 293622
- 4.7.25
- prepare for 4.7
- prepare for 4.7
- prepare for 4.7

* Fri Sep 12 2008 Oden Eriksson <oeriksson@mandriva.com> 4.6.21-9mdv2009.0
+ Revision: 284181
- fix #36955 (libdbnss4.6-devel doesn't conflict with libdbnss4.2-devel)

* Mon Jun 16 2008 Thierry Vignaud <tvignaud@mandriva.com> 4.6.21-8mdv2009.0
+ Revision: 220574
- rebuild

  + Pixel <pixel@mandriva.com>
    - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers

  + Oden Eriksson <oeriksson@mandriva.com>
    - rebuilt with gcc43

* Tue Apr 01 2008 Oden Eriksson <oeriksson@mandriva.com> 4.6.21-6mdv2008.1
+ Revision: 191494
- second attempt at fixing the build (!?)
- try to fix buils (!?)

  + Buchan Milne <bgmilne@mandriva.org>
    - Patch to 4.6.21.1 - http://www.oracle.com/technology/products/berkeley-db/xml/update/4.6.21/patch.4.6.21.html

* Thu Feb 21 2008 Oden Eriksson <oeriksson@mandriva.com> 4.6.21-5mdv2008.1
+ Revision: 173496
- don't rename the binaries to db46_*

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Sat Dec 29 2007 David Walluck <walluck@mandriva.org> 4.6.21-4mdv2008.1
+ Revision: 139036
- fix java support

* Thu Dec 20 2007 Oden Eriksson <oeriksson@mandriva.com> 4.6.21-3mdv2008.1
+ Revision: 136032
- temporary disable java support
- make it system bdb

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Wed Dec 12 2007 Oden Eriksson <oeriksson@mandriva.com> 4.6.21-2mdv2008.1
+ Revision: 117792
- bump release
- added fixes from buchan

  + Per Øyvind Karlsen <peroyvind@mandriva.org>
    - use %%{sunsparc} macro for sparc

* Thu Dec 06 2007 Oden Eriksson <oeriksson@mandriva.com> 4.6.21-1mdv2008.1
+ Revision: 115951
- import db46


* Thu Dec 06 2007 Oden Eriksson <oeriksson@mandriva.com> 4.6.21-1mdv2008.1
- initial Mandriva package (by buchan)
- merged mutex spec file magic from the openldap2.4 package
- removed obsolete patches
- added two patches from fedora (P100,P101)