!4 bam添加安全编译选项strip
From: @caodongxia Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
ac15282465
8
bam.spec
8
bam.spec
@ -1,8 +1,6 @@
|
||||
#%global debug_package %{nil}
|
||||
|
||||
Name: bam
|
||||
Version: 0.5.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Bam is a fast and flexible build system.
|
||||
License: zlib
|
||||
URL: https://github.com/matricks/bam
|
||||
@ -17,6 +15,7 @@ Bam is a build system with the focus on being having fast build times and flexia
|
||||
%setup -q -n %{name}-%{version}/
|
||||
|
||||
%build
|
||||
sed -i 's/-o bam/& -g/' make_unix.sh
|
||||
sh -x make_unix.sh
|
||||
|
||||
%install
|
||||
@ -38,6 +37,9 @@ install -m0755 bam %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 9 2021 caodongxia <caodongxia@huawei.com>
|
||||
- Add debug package to add strip
|
||||
|
||||
* Mon Oct 12 2020 liqingqing_1229 <liqingqing3@huawei.com>
|
||||
- update source0's url
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user