source: projects/specs/trunk/lib/libs/libseccomp/libseccomp-vl.spec @ 11170

Revision 11170, 6.2 KB checked in by tomop, 7 years ago (diff)

libseccomp-2.3.2-6

Line 
1Summary: Enhanced seccomp library
2Name: libseccomp
3Version: 2.3.2
4Release: 6%{?_dist_release}
5ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
6License: LGPLv2
7Group: System Environment/Libraries
8Source: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
9URL: https://github.com/seccomp/libseccomp
10#BuildRequires: valgrind >= 1:3.13.0-4
11
12Vendor: Project Vine
13Distribution: Vine Linux
14Packager: tomop
15
16%description
17The libseccomp library provides an easy to use interface to the Linux Kernel's
18syscall filtering mechanism, seccomp.  The libseccomp API allows an application
19to specify which syscalls, and optionally which syscall arguments, the
20application is allowed to execute, all of which are enforced by the Linux
21Kernel.
22
23%package devel
24Summary: Development files used to build applications with libseccomp support
25Group: Development/Libraries
26Requires: %{name}%{?_isa} = %{version}-%{release} pkgconfig
27
28%description devel
29The libseccomp library provides an easy to use interface to the Linux Kernel's
30syscall filtering mechanism, seccomp.  The libseccomp API allows an application
31to specify which syscalls, and optionally which syscall arguments, the
32application is allowed to execute, all of which are enforced by the Linux
33Kernel.
34
35%package static
36Summary: Enhanced seccomp static library
37Group: Development/Libraries
38Requires: %{name}-devel%{?_isa} = %{version}-%{release} pkgconfig
39
40%description static
41The libseccomp library provides an easy to use interface to the Linux Kernel's
42syscall filtering mechanism, seccomp.  The libseccomp API allows an application
43to specify which syscalls, and optionally which syscall arguments, the
44application is allowed to execute, all of which are enforced by the Linux
45Kernel.
46
47%prep
48%setup -q
49
50%build
51%configure
52make V=1 %{?_smp_mflags}
53
54%install
55rm -rf "%{buildroot}"
56mkdir -p "%{buildroot}/%{_libdir}"
57mkdir -p "%{buildroot}/%{_includedir}"
58mkdir -p "%{buildroot}/%{_mandir}"
59make V=1 DESTDIR="%{buildroot}" install
60rm -f "%{buildroot}/%{_libdir}/libseccomp.la"
61
62%check
63make V=1 check
64
65%post -p /sbin/ldconfig
66
67%postun -p /sbin/ldconfig
68
69%files
70%{!?_licensedir:%global license %%doc}
71%license LICENSE
72%doc CREDITS
73%doc README.md
74%doc CHANGELOG
75%doc SUBMITTING_PATCHES
76%{_libdir}/libseccomp.so.*
77
78%files devel
79%{_includedir}/seccomp.h
80%{_libdir}/libseccomp.so
81%{_libdir}/pkgconfig/libseccomp.pc
82%{_bindir}/scmp_sys_resolver
83%{_mandir}/man1/*
84%{_mandir}/man3/*
85
86%files static
87%{_libdir}/libseccomp.a
88
89%changelog
90* Fri Sep 08 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.3.2-6
91- initial build for Vine Linux.
92
93* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-5
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
95
96* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-4
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
98
99* Thu Jun 29 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-3
100- Re-enable valgrind-based tests on ARMv7
101
102* Thu Jun 29 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-2
103- Disable running valgrind-based tests on ARMv7 due to glibc/valgrind bug (RHBZ #1466017)
104
105* Wed Mar 01 2017 Paul Moore <pmoore@redhat.com> -2.3.2-1
106- New upstream version
107
108* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
110
111* Wed Apr 20 2016 Paul Moore <pmoore@redhat.com> - 2.3.1-1
112- Cleanup the changelog whitespace and escape the macros to make rpmlint happy
113
114* Wed Apr 20 2016 Paul Moore <pmoore@redhat.com> - 2.3.1-0
115- New upstream version
116
117* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.0-1
118- No valgrind on s390
119
120* Mon Feb 29 2016 Paul Moore <pmoore@redhat.com> - 2.3.0-0
121- New upstream version
122
123* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-1
124- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
125
126* Wed Jul 08 2015 Paul Moore <pmoore@redhat.com> - 2.2.3-0
127- New upstream version
128
129* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-1
130- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
131
132* Wed May 13 2015 Paul Moore <pmoore@redhat.com> - 2.2.1-0
133- New upstream version
134
135* Thu Feb 12 2015 Paul Moore <pmoore@redhat.com> - 2.2.0-0
136- New upstream version
137- Added aarch64 support
138- Added a static build
139
140* Thu Sep 18 2014 Paul Moore <pmoore@redhat.com> - 2.1.1-6
141- Fully builds on i686, x86_64, and armv7hl (RHBZ #1106071)
142
143* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-5
144- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
145
146* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 2.1.1-4
147- fix license handling
148
149* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-3
150- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
151
152* Thu Feb 27 2014 Paul Moore <pmoore@redhat.com> - 2.1.1-2
153- Build with CFLAGS="${optflags}"
154
155* Mon Feb 17 2014 Paul Moore <pmoore@redhat.com> - 2.1.1-1
156- Removed the kernel dependency (RHBZ #1065572)
157
158* Thu Oct 31 2013 Paul Moore <pmoore@redhat.com> - 2.1.1-0
159- New upstream version
160- Added a %%check procedure for self-test during build
161
162* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-1
163- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
164
165* Tue Jun 11 2013 Paul Moore <pmoore@redhat.com> - 2.1.0-0
166- New upstream version
167- Added support for the ARM architecture
168- Added the scmp_sys_resolver tool
169
170* Mon Jan 28 2013 Paul Moore <pmoore@redhat.com> - 2.0.0-0
171- New upstream version
172
173* Tue Nov 13 2012 Paul Moore <pmoore@redhat.com> - 1.0.1-0
174- New upstream version with several important fixes
175
176* Tue Jul 31 2012 Paul Moore <pmoore@redhat.com> - 1.0.0-0
177- New upstream version
178- Remove verbose build patch as it is no longer needed
179- Enable _smp_mflags during build stage
180
181* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
182- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
183
184* Tue Jul 10 2012 Paul Moore <pmoore@redhat.com> - 0.1.0-1
185- Limit package to x86/x86_64 platforms (RHBZ #837888)
186
187* Tue Jun 12 2012 Paul Moore <pmoore@redhat.com> - 0.1.0-0
188- Initial version
189
Note: See TracBrowser for help on using the repository browser.