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