]> git.ipfire.org Git - ipfire-3.x.git/blame - liburcu/liburcu.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / liburcu / liburcu.nm
CommitLineData
08d67252
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = liburcu
d92144d9 7version = 0.14.0
fb0b5f5a 8release = 1.1
08d67252
MT
9thisapp = userspace-rcu-%{version}
10
11groups = System/Libraries
12url = https://lttng.org/urcu
13license = LGPL2.1
14summary = liburcu is a userspace RCU (read-copy-update) library
15
16description
17 liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library.
18 This data synchronization library provides read-side access which
19 scales linearly with the number of cores.
20end
21
22source_dl = https://lttng.org/files/urcu/
23sources = %{thisapp}.tar.bz2
24
25build
26 export LD_LIBRARY_PATH = %{DIR_APP}/src/.libs
27
28 test
29 make check
30 end
31end
32
33packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43end