From efaa40f6f09e063154b8b1b4ec2a2c72c52f4f68 Mon Sep 17 00:00:00 2001 From: MementoMori <1003350679@qq.com> Date: Thu, 9 Sep 2021 15:55:42 +0800 Subject: [PATCH] add strip --- miniasm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/miniasm.spec b/miniasm.spec index 6db3799..ec7af4e 100644 --- a/miniasm.spec +++ b/miniasm.spec @@ -2,7 +2,7 @@ Name: miniasm Version: 0.3 -Release: 2 +Release: 3 Summary: Ultrafast de novo assembly for long noisy reads License: MIT URL: https://github.com/lh3/miniasm @@ -32,6 +32,8 @@ install -m 644 miniasm.1 %{buildroot}/%{_mandir}/man1/ %postun %check +find %{buildroot} -type f -name 'miniasm' -exec strip '{}' \; +find %{buildroot} -type f -name 'minidot' -exec strip '{}' \; %files %license LICENSE.txt @@ -40,6 +42,9 @@ install -m 644 miniasm.1 %{buildroot}/%{_mandir}/man1/ %{_mandir}/* %changelog +* Thu Stp 9 2021 Shaowei Cheng +- add strip + *Tue Oct 13 2020 Qingqing Li - update source0 -- Gitee