Update to 1.19
This commit is contained in:
parent
0ecd6c7522
commit
f013ecaa1f
Binary file not shown.
BIN
htslib-1.19.tar.bz2
Normal file
BIN
htslib-1.19.tar.bz2
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: htslib
|
Name: htslib
|
||||||
Version: 1.17
|
Version: 1.19
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: C library for high-throughput sequencing data formats
|
Summary: C library for high-throughput sequencing data formats
|
||||||
License: MIT and BSD
|
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
|
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: gcc make curl-devel zlib zlib-devel bzip2-devel xz-devel libxcrypt-devel openssl-devel
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
%description
|
%description
|
||||||
HTSlib is an implementation of a unified C library for accessing common file
|
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,
|
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}/bgzip
|
||||||
%{_bindir}/htsfile
|
%{_bindir}/htsfile
|
||||||
%{_bindir}/tabix
|
%{_bindir}/tabix
|
||||||
|
%{_bindir}/annot-tsv
|
||||||
|
%{_mandir}/man1/annot-tsv.1*
|
||||||
%{_mandir}/man1/bgzip.1*
|
%{_mandir}/man1/bgzip.1*
|
||||||
%{_mandir}/man1/htsfile.1*
|
%{_mandir}/man1/htsfile.1*
|
||||||
%{_mandir}/man1/tabix.1*
|
%{_mandir}/man1/tabix.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 24 2023 guoyizhang <kuoi@bioarchlinux.org> - 1.17-1
|
||||||
- Update to 1.17
|
- Update to 1.17
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user