Add strip

Signed-off-by: cherry530 <707078654@qq.com>
(cherry picked from commit 6f79f756a6c0d6ac5957ebbc6f3fa4c08620c17a)
This commit is contained in:
cherry530 2023-08-28 16:47:56 +08:00 committed by openeuler-sync-bot
parent 7a72c0d4bb
commit cff7da1e5a

View File

@ -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 <wangyiru1@huawei.com> - 0.12.20-46
- Pakcage init