Add debug package to add strip

This commit is contained in:
caodongxia 2021-09-08 17:57:20 +08:00
parent 9da3f0ebb4
commit 42f92d5d32

View File

@ -1,8 +1,6 @@
%global debug_package %{nil}
Name: bcrypt
Version: 1.1
Release: 1
Release: 2
Summary: Bcrypt is a cross platform file encryption utility
License: BSD
URL: http://bcrypt.sourceforge.net/
@ -21,6 +19,7 @@ Bcrypt is a cross platform file encryption utility. Encrypted files are portable
%patch0 -p1
%build
sed -i 's/CFLAGS = -O2 -Wall/& -g/' Makefile
%make_build
%install
@ -39,6 +38,9 @@ Bcrypt is a cross platform file encryption utility. Encrypted files are portable
%{_mandir}/*
%changelog
* Wed Sep 8 2021 caoodngxia <caodongxia@huawei.com> - 1.1-2
- Add debug package to add strip
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init