From cff7da1e5a038b1ed67b4d8c2ecb54df899bda4a Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Mon, 28 Aug 2023 16:47:56 +0800 Subject: [PATCH] Add strip Signed-off-by: cherry530 <707078654@qq.com> (cherry picked from commit 6f79f756a6c0d6ac5957ebbc6f3fa4c08620c17a) --- lrzsz.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lrzsz.spec b/lrzsz.spec index ea69a99..538363a 100644 --- a/lrzsz.spec +++ b/lrzsz.spec @@ -1,6 +1,8 @@ +%global debug_package %{nil} + Name: lrzsz Version: 0.12.20 -Release: 46 +Release: 47 License: GPLv2+ Summary: Free x/y/zmodem implementation Url: http://www.ohse.de/uwe/software/lrzsz.html @@ -25,7 +27,7 @@ rm -f po/*.gmo %build %configure --disable-pubdir --enable-syslog --program-transform-name=s/l// -%make_build +%make_build LDFLAGS="%{__global_ldflags} -s" %install %makeinstall @@ -37,5 +39,8 @@ rm -f po/*.gmo %{_mandir}/*/* %changelog +* Mon Aug 28 2023 xu_ping <707078654@qq.com> - 0.12.20-47 +- add strip + * Tue Nov 5 2019 Yiru Wang - 0.12.20-46 - Pakcage init -- Gitee