Compare commits
11 Commits
2.3.1-1mam
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9924417bf7 | |||
| 1dc7da6615 | |||
| 0cbc1def9b | |||
| 27dde5d8ac | |||
| 34e5941d1d | |||
| 3723032b22 | |||
| 9ef8a64e4e | |||
| 6e5691c9f6 | |||
| 1c214d8abd | |||
| 01c5dcaa86 | |||
| 0604988d8a |
@@ -1,5 +1,5 @@
|
||||
Name: libseccomp
|
||||
Version: 2.3.1
|
||||
Version: 2.6.0
|
||||
Release: 1mamba
|
||||
Summary: High level interface to the Linux Kernel's seccomp filter
|
||||
Group: System/Libraries
|
||||
@@ -7,13 +7,11 @@ 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
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
High level interface to the Linux Kernel's seccomp filter.
|
||||
@@ -35,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
|
||||
|
||||
@@ -52,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)
|
||||
@@ -63,18 +58,50 @@ This package contains utility applications for %{name}.
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/seccomp.h
|
||||
%{_includedir}/seccomp-syscalls.h
|
||||
%{_libdir}/libseccomp.a
|
||||
%{_libdir}/libseccomp.la
|
||||
%{_libdir}/libseccomp.so
|
||||
%{_libdir}/pkgconfig/libseccomp.pc
|
||||
%{_mandir}/man3/seccomp_*.3*
|
||||
%doc README
|
||||
|
||||
%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
|
||||
|
||||
* Sat Nov 06 2021 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 28 2020 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 23 2019 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 19 2019 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 27 2018 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
||||
Reference in New Issue
Block a user