]> git.pld-linux.org Git - packages/db3.git/blame - db3.spec
- use new rpm automation and few cosmetics.
[packages/db3.git] / db3.spec
CommitLineData
fd88317a
JR
1Summary: BSD database library for C
2Name: db3
7ee2f18f
JR
3Version: 3.1.17
4Release: 2
4c8f2663 5Group: Libraries
fb3d7ded 6Group(de): Libraries
1e219127 7Group(fr): Librairies
8Group(pl): Biblioteki
fd88317a
JR
9License: GPL
10URL: http://www.sleepycat.com
11Source0: http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz
7ee2f18f
JR
12Patch0: %{name}-linux-threads.patch
13Patch1: %{name}-static.patch
fd88317a 14PreReq: /sbin/ldconfig
9bd6dd0b 15BuildRequires: db1-static
8f149aef 16BuildRequires: glibc-static
aeefde52 17BuildRequires: tcl-devel
fd88317a 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
08bc0c20
AF
19
20%description
fd88317a
JR
21The Berkeley Database (Berkeley DB) is a programmatic toolkit that
22provides embedded database support for both traditional and
23client/server applications. Berkeley DB is used by many applications,
24including Python and Perl, so this should be installed on all systems.
25
26%package utils
27Summary: Command line tools for managing Berkeley DB databases.
28Group: Applications/Databases
29Group(pl): Aplikacje/Bazy danych
30Requires: %{name} = %{version}
31
32%description utils
33The Berkeley Database (Berkeley DB) is a programmatic toolkit that
34provides embedded database support for both traditional and
35client/server applications. Berkeley DB includes B+tree, Extended
36Linear Hashing, Fixed and Variable-length record access methods,
37transactions, locking, logging, shared memory caching and database
38recovery. DB supports C, C++, Java and Perl APIs.
39
40This package contains command line tools for managing Berkeley DB
41databases.
08bc0c20 42
ef39b729
AF
43%package tcl
44Summary: Berkeley database library for TCL
45Group: Development/Languages/Tcl
fb3d7ded 46Group(de): Entwicklung/Sprachen/Tcl
ef39b729
AF
47