Update to 1.19

This commit is contained in:
luojun 2024-01-05 19:09:48 +08:00
parent 0ecd6c7522
commit f013ecaa1f
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
htslib-1.19.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: htslib
Version: 1.17
Version: 1.19
Release: 1
Summary: C library for high-throughput sequencing data formats
License: MIT and BSD
@ -7,7 +7,7 @@ URL: http://www.htslib.org
Source0: https://github.com/samtools/htslib/releases/download/%{version}/htslib-%{version}.tar.bz2
BuildRequires: gcc make curl-devel zlib zlib-devel bzip2-devel xz-devel libxcrypt-devel openssl-devel
BuildRequires: autoconf automake libtool
%description
HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM, CRAM and VCF, used for high-throughput sequencing data,
@ -76,11 +76,16 @@ rm -rf %{buildroot}/%{_libdir}/libhts.a
%{_bindir}/bgzip
%{_bindir}/htsfile
%{_bindir}/tabix
%{_bindir}/annot-tsv
%{_mandir}/man1/annot-tsv.1*
%{_mandir}/man1/bgzip.1*
%{_mandir}/man1/htsfile.1*
%{_mandir}/man1/tabix.1*
%changelog
* Fri Jan 5 2024 luojun <luojun.oerv@isrc.iscas.ac.cn> - 1.19-1
- Update to 1.19
* Wed May 24 2023 guoyizhang <kuoi@bioarchlinux.org> - 1.17-1
- Update to 1.17