From 977226ffa2ec3cfaee8cd7e98e6b4a0744468fc5 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 10 Nov 2022 15:39:50 +0800 Subject: [PATCH] fix source0 and url Signed-off-by: cherry530 --- v2.17.tar.bz2 => minimap2-2.17.tar.bz2 | Bin minimap2.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) rename v2.17.tar.bz2 => minimap2-2.17.tar.bz2 (100%) diff --git a/v2.17.tar.bz2 b/minimap2-2.17.tar.bz2 similarity index 100% rename from v2.17.tar.bz2 rename to minimap2-2.17.tar.bz2 diff --git a/minimap2.spec b/minimap2.spec index 788d9e4..f48435a 100644 --- a/minimap2.spec +++ b/minimap2.spec @@ -1,10 +1,10 @@ Name: minimap2 Version: 2.17 -Release: 2 +Release: 3 Summary: A versatile pairwise aligner for genomic and spliced nucleotide sequences License: MIT URL: https://lh3.github.io/minimap2/ -Source0: https://github.com/lh3/minimap2/archive/refs/tags/v2.17.tar.bz2 +Source0: https://github.com/lh3/minimap2/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Patch0: 0001-fix-man-command.patch BuildRequires: gcc make zlib-devel @@ -41,8 +41,11 @@ cp ./minimap2.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/* %changelog +* Thu Nov 10 2022 xu_ping - 2.17-3 +- fix source url + * Sat Aug 28 2021 yangzhao - 2.17-2 - fix man command * Thu Mar 18 2021 yangzhao - 2.17-1 -- Package init \ No newline at end of file +- Package init -- Gitee