From 0e3b5db10cb260b6a57d98410e92164017f72284 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 17:51:26 +0800 Subject: [PATCH] Del Specific Fields --- gdbm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gdbm.spec b/gdbm.spec index a91d1c2..aabac80 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_with largefile Summary: A GNU set of database routines which use extensible hashing @@ -73,8 +73,8 @@ gdbm database library. You'll also need to install the gdbm package. --disable-rpath \ --enable-libgdbm-compat -# get rid of rpath (as per https://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath) -# currently --disable-rpath doesn't work for gdbm_dump|load, gdbmtool and libgdbm_compat.so.4 +# get rid of rpath currently --disable-rpath doesn't work for gdbm_dump|load, +# gdbmtool and libgdbm_compat.so.4 # https://puszcza.gnu.org.ua/bugs/index.php?359 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -129,6 +129,9 @@ make check %{_mandir}/man3/* %changelog +* Mon Mar 27 2023 mgb01105731 - 1.23-3 +- Del Specific Fields + * Thu Oct 27 2022 mgb01105731 - 1.23-2 - optimise spec file & add doc package -- Gitee