Enable debuginfo for fix strip

(cherry picked from commit 8e1f884f9f946a36e52728d14de1f7e9d6a5b4a0)
This commit is contained in:
wk333 2022-08-24 10:17:49 +08:00 committed by openeuler-sync-bot
parent 1f3be3f47d
commit 98431acde5

View File

@ -1,8 +1,6 @@
#%global debug_package %{nil}
Name: miniasm Name: miniasm
Version: 0.3 Version: 0.3
Release: 2 Release: 3
Summary: Ultrafast de novo assembly for long noisy reads Summary: Ultrafast de novo assembly for long noisy reads
License: MIT License: MIT
URL: https://github.com/lh3/miniasm URL: https://github.com/lh3/miniasm
@ -40,9 +38,12 @@ install -m 644 miniasm.1 %{buildroot}/%{_mandir}/man1/
%{_mandir}/* %{_mandir}/*
%changelog %changelog
*Tue Oct 13 2020 Qingqing Li <liqingqing3@huawei.com> * Wed Aug 24 2022 wangkai <wangkai385@h-partners.com> - 0.3-3
- Enable debuginfo for fix strip
* Tue Oct 13 2020 Qingqing Li <liqingqing3@huawei.com> - 0.3-2
- update source0 - update source0
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com> * Sun Mar 29 2020 Wei Xiong <myeuler@163.com> - 0.3-1
- Package init - Package init