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