diff --git a/libcap-ng.spec b/libcap-ng.spec index 99bdaf6593a8f845b3357f50310ee9f28fe9b0dd..b3e7dd37437d1ca160b528fb71ad6f3d4d083dd4 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: libcap-ng Version: 0.8.3 @@ -58,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -print -delete find $RPM_BUILD_ROOT -name '*.a' -print -delete +%generate_compatibility_deps %check make check @@ -66,9 +67,11 @@ make check %files +%dir %{abidir} %license COPYING.LIB %attr(0644,root,root) %{_mandir}/man7/* %{_libdir}/*.so.* +%{abidir}/*.dump %files devel %attr(0644,root,root) %{_mandir}/man3/* @@ -84,9 +87,13 @@ make check %files utils %license COPYING %attr(0755,root,root) %{_bindir}/* +%{abidir}/*-option.list %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Tue Oct 25 2022 mgb01105731 - 0.8.3-2 +- optimise spec file + * Thu Sep 22 2022 mgb01105731 - 0.8.3-1 - update to 0.8.3