Compare commits
2 Commits
2.5.4-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
9924417bf7 | |||
1dc7da6615 |
@ -1,5 +1,5 @@
|
||||
Name: libseccomp
|
||||
Version: 2.5.4
|
||||
Version: 2.6.0
|
||||
Release: 1mamba
|
||||
Summary: High level interface to the Linux Kernel's seccomp filter
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,6 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceforge.net/projects/libseccomp/
|
||||
## GITSOURCE https://github.com/seccomp/libseccomp.git v2.3.1
|
||||
Source: https://github.com/seccomp/libseccomp.git/v%{version}/libseccomp-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -34,13 +33,12 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description tools
|
||||
This package contains utility applications for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -51,8 +49,6 @@ This package contains utility applications for %{name}.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -64,7 +60,6 @@ This package contains utility applications for %{name}.
|
||||
%{_includedir}/seccomp.h
|
||||
%{_includedir}/seccomp-syscalls.h
|
||||
%{_libdir}/libseccomp.a
|
||||
%{_libdir}/libseccomp.la
|
||||
%{_libdir}/libseccomp.so
|
||||
%{_libdir}/pkgconfig/libseccomp.pc
|
||||
%{_mandir}/man3/seccomp_*.3*
|
||||
@ -72,9 +67,15 @@ This package contains utility applications for %{name}.
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/scmp_sys_resolver
|
||||
%{_mandir}/man1/scmp_sys_resolver.1.gz
|
||||
%{_mandir}/man1/scmp_sys_resolver.1*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2025 Automatic Build System <autodist@openmamba.org> 2.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 04 2023 Automatic Build System <autodist@mambasoft.it> 2.5.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 22 2022 Automatic Build System <autodist@mambasoft.it> 2.5.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user