]> git.ipfire.org Git - ipfire-3.x.git/blob - libtdb/libtdb.nm
python-setuputils: Update to 40.4.3
[ipfire-3.x.git] / libtdb / libtdb.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtdb
7 version = 1.3.11
8 release = 2
9
10 groups = System/Libraries
11 url = http://tdb.samba.org/
12 license = LGPLv3+
13 summary = The tdb library.
14
15 description
16 A library that implements a trivial database.
17 end
18
19 thisapp = tdb-%{version}
20
21 source_dl = http://samba.org/ftp/tdb/
22
23 build
24 requires
25 docbook-utils
26 docbook-xsl
27 python-devel
28 end
29
30 configure_options += \
31 --disable-rpath \
32 --disable-rpath-install \
33 --bundled-libraries=NONE
34 end
35
36 packages
37 package %{name}
38
39 package tdb-tools
40 summary = Tools to manage Tdb files.
41 description
42 %{summary}
43 end
44
45 requires
46 %{name} = %{thisver}
47 end
48
49 files
50 %{bindir}
51 %{mandir}/man8/*.*
52 end
53 end
54
55 package %{name}-devel
56 template DEVEL
57 end
58
59 package pytdb
60 template PYTHON
61 end
62
63 package %{name}-debuginfo
64 template DEBUGINFO
65 end
66 end