From f752878038e9f9495d700438096802121bb244a0 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 9 Sep 2021 10:12:36 +0800 Subject: [PATCH] Add debug package to add strip --- bam.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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