diff --git a/lrzsz.spec b/lrzsz.spec index ea69a998d8e6318e2324a4c90a90be6a40d3a523..538363aca2868318a0c31801046c284f0a60a569 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