mirror of
https://abf.rosa.ru/djam/libseccomp.git
synced 2025-02-24 18:22:50 +00:00
Fix location of rm (it was in c\%%check), micro update
This commit is contained in:
parent
b506a58ed3
commit
8b743cfcd1
2 changed files with 5 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
libseccomp-2.5.1.tar.gz: 6069b720219400d8369f567af30cd2ad06ad938e
|
libseccomp-2.5.2.tar.gz: 81e6fc7b63baae9ba2b607d920588eb4d5072d6b
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
Summary: Enhanced seccomp library
|
Summary: Enhanced seccomp library
|
||||||
Name: libseccomp
|
Name: libseccomp
|
||||||
Version: 2.5.1
|
Version: 2.5.2
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://github.com/seccomp/libseccomp
|
Url: https://github.com/seccomp/libseccomp
|
||||||
|
@ -92,8 +92,8 @@ mkdir -p "%{buildroot}/%{_includedir}"
|
||||||
mkdir -p "%{buildroot}/%{_mandir}"
|
mkdir -p "%{buildroot}/%{_mandir}"
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
|
|
||||||
|
rm -fv "%{buildroot}/%{_libdir}/libseccomp.a"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# standard regression tests
|
# standard regression tests
|
||||||
make check
|
make check
|
||||||
|
|
||||||
rm -vf "%{buildroot}/%{_libdir}/libseccomp.a"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue