diff --git a/dwz.spec b/dwz.spec index 493d7f72200a5f6b170a3ba9955eb7b5eeb613ff..9389bc1d953e77346c1ec9b36a8a30bc1304aa72 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: DWARF optimization and duplicate removal tool Name: dwz Url: https://sourceware.org/dwz/ @@ -31,15 +31,22 @@ and using DW_TAG_imported_unit to import it into each CU that needs it. rm -rf %{buildroot} %make_install prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir} +%generate_compatibility_deps + %check make check %files +%dir %{abidir} %license COPYING COPYING3 COPYING.RUNTIME %{_bindir}/dwz +%{abidir}/dwz-option.list %{_mandir}/man1/dwz.1* %changelog +* Mon Oct 31 2022 mgb01105731 - 0.14-2 +- optimise spec file + * Mon Apr 18 2022 Chunmei Xu - 0.14-1 - init from upstream - fix failed test:odr-struct-multifile.sh