From 90917e843803dd87d91730c5ca5cdf8f121f332d Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 31 Oct 2022 18:23:23 +0800 Subject: [PATCH] optimise spec file --- dwz.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dwz.spec b/dwz.spec index 493d7f7..9389bc1 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 -- Gitee