diff --git a/bam.spec b/bam.spec index a864ea8..41eedc3 100644 --- a/bam.spec +++ b/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 +- Add debug package to add strip + * Mon Oct 12 2020 liqingqing_1229 - update source0's url