Add debug package to add strip
This commit is contained in:
parent
861741302c
commit
f752878038
8
bam.spec
8
bam.spec
@ -1,8 +1,6 @@
|
|||||||
#%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: bam
|
Name: bam
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Bam is a fast and flexible build system.
|
Summary: Bam is a fast and flexible build system.
|
||||||
License: zlib
|
License: zlib
|
||||||
URL: https://github.com/matricks/bam
|
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}/
|
%setup -q -n %{name}-%{version}/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
sed -i 's/-o bam/& -g/' make_unix.sh
|
||||||
sh -x make_unix.sh
|
sh -x make_unix.sh
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -38,6 +37,9 @@ install -m0755 bam %{buildroot}%{_bindir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 9 2021 caodongxia <caodongxia@huawei.com>
|
||||||
|
- Add debug package to add strip
|
||||||
|
|
||||||
* Mon Oct 12 2020 liqingqing_1229 <liqingqing3@huawei.com>
|
* Mon Oct 12 2020 liqingqing_1229 <liqingqing3@huawei.com>
|
||||||
- update source0's url
|
- update source0's url
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user