1name : libseccomp
2version : 2.3.2
3release : 5
4source :
5- git|https://github.com/seccomp/libseccomp.git : 9b01871813cae608dcab455098b83488fa4cf65f
6license : LGPL-2.1
7summary : High level interface to the Linux Kernel's seccomp filter
8component : programming.library
9description: |
10The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism: seccomp. The libseccomp API is designed to abstract away the underlying BPF based syscall filter language and present a more conventional function-call based filtering interface that should be familiar to, and easily adopted by application developers.
11setup : |
12# Upstream has weird policy of resetting configure.ac and not KEEPING version
13# in git itself....
14sed 's/0.0.0/2.3.2/' -i configure.ac
15%autogen
16build : |
17%make
18install : |
19%make_install