]> git.pld-linux.org Git - packages/db3.git/blame - db3.spec
Massive attack. We use -O0 instead -O flags while debug enabled.
[packages/db3.git] / db3.spec
CommitLineData
fd88317a
JR
1Summary: BSD database library for C
2Name: db3
7ee2f18f 3Version: 3.1.17
7069e691 4Release: 6
55ea1616 5License: GPL
4c8f2663 6Group: Libraries
fb3d7ded 7Group(de): Libraries
1e219127 8Group(fr): Librairies
9Group(pl): Biblioteki
fd88317a 10Source0: http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz
55ea1616 11Patch0: %{name}-static.patch
309ba51e 12Patch1: %{name}-linux.patch
13Patch2: %{name}-jbj.patch
9bd6dd0b 14BuildRequires: db1-static
8f149aef 15BuildRequires: glibc-static
55ea1616 16BuildRequires: tcl-devel >= 8.3.2
17URL: http://www.sleepycat.com/
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