Add debug package to add strip

This commit is contained in:
caodongxia 2021-09-09 10:12:36 +08:00
parent 861741302c
commit f752878038

View File

@ -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