diff --git a/htslib-1.17.tar.bz2 b/htslib-1.19.tar.bz2 similarity index 37% rename from htslib-1.17.tar.bz2 rename to htslib-1.19.tar.bz2 index ec9dc5289f72efb37e339f00ca47d7e7a6b1bddd..e1ee32b9d826d43b8d178472bd252912a8b86cac 100644 Binary files a/htslib-1.17.tar.bz2 and b/htslib-1.19.tar.bz2 differ diff --git a/htslib.spec b/htslib.spec index 62cceb630515c2437877a477275d21bcad148e70..5016b1f640dae6d6f4ce720b2898afb19201532e 100644 --- a/htslib.spec +++ b/htslib.spec @@ -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 - 1.19-1 +- Update to 1.19 + * Wed May 24 2023 guoyizhang - 1.17-1 - Update to 1.17