]> git.ipfire.org Git - ipfire-3.x.git/blame - libtalloc/libtalloc.nm
cifs-utils: Drop package
[ipfire-3.x.git] / libtalloc / libtalloc.nm
CommitLineData
54bc8310
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libtalloc
2ac50e2c 7version = 2.3.4
54bc8310 8release = 1
2ac50e2c 9thisapp = talloc-%{version}
54bc8310
SS
10
11groups = System/Libraries
2ac50e2c 12url = https://talloc.samba.org/
54bc8310
SS
13license = LGPLv3+
14summary = The talloc library.
15
16description
17 A library that implements a hierarchical allocator with destructors.
18end
19
2ac50e2c 20source_dl = https://samba.org/ftp/talloc/
54bc8310
SS
21
22build
23 requires
24 docbook-utils
25 docbook-xsl
2ac50e2c 26 python3-devel
54bc8310
SS
27 end
28
29 configure_options += \
30 --disable-rpath \
31 --disable-rpath-install \
32 --bundled-libraries=NONE
33end
34
35packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
2ac50e2c
MT
42 package python3-talloc
43 template PYTHON3
44
45 files += %{libdir}/libpytalloc*
54bc8310
SS
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51end