]> git.ipfire.org Git - ipfire-3.x.git/blob - libtevent/libtevent.nm
libtevent: Update to version 0.15.0-1
[ipfire-3.x.git] / libtevent / libtevent.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtevent
7 version = 0.15.0
8 release = 1
9 thisapp = tevent-%{version}
10
11 groups = System/Libraries
12 url = https://tevent.samba.org/
13 license = LGPLv3+
14 summary = The tevent library.
15
16 description
17 Tevent is an event system based on the talloc memory management library.
18 Tevent has support for many event types, including timers, signals, and
19 the classic file descriptor events.
20 end
21
22 source_dl = https://samba.org/ftp/tevent/
23
24 build
25 requires
26 cmocka-devel
27 docbook-utils
28 docbook-xsl
29 libtalloc-devel >= 2.3.4
30 libxcrypt-devel
31 python3-devel
32 end
33
34 configure_options += \
35 --disable-rpath \
36 --disable-rpath-install \
37 --bundled-libraries=NONE
38
39 test
40 make check
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package python3-tevent
52 template PYTHON3
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58 end