!9 修改错误的source地址和源码包名称

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-10 08:34:32 +00:00 committed by Gitee
commit e40cc66714
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

View File

@ -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 <xuping33@h-partners.com> - 2.17-3
- fix source url
* Sat Aug 28 2021 yangzhao <yangzhao1@kylinos.cn> - 2.17-2
- fix man command
* Thu Mar 18 2021 yangzhao <yangzhao1@kylinos.cn> - 2.17-1
- Package init
- Package init