From f08de60896cb9c32040133280981b1c32066b7a8 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 1 Nov 2022 15:07:06 +0800 Subject: [PATCH] optimise spec file --- bubblewrap.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bubblewrap.spec b/bubblewrap.spec index fc9653e..69e4e29 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: bubblewrap Version: 0.5.0 @@ -34,7 +34,10 @@ if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi %make_install find %{buildroot} -name '*.la' -delete -print +%generate_compatibility_deps + %files +%dir %{abidir} %license COPYING %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions @@ -43,9 +46,13 @@ find %{buildroot} -name '*.la' -delete -print %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_bwrap %{_bindir}/bwrap +%{abidir}/bwrap-option.list %{_mandir}/man1/* %changelog +* Tue Nov 01 2022 mgb01105731 - 0.5.0-2 +- optimise spec file + * Fri Mar 04 2022 Hongwei Qin - 0.5.0-1 - Update to 0.5.0 - Init for Anolis OS 23 -- Gitee