!5 [sync] PR-4: add strip

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-08-28 10:59:55 +00:00 committed by Gitee
commit ba11c9836c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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