!19 update: 1.17
From: @malacology Reviewed-by: @reganhe_xx Signed-off-by: @reganhe_xx
This commit is contained in:
parent
f3c7dcf554
commit
0ecd6c7522
Binary file not shown.
BIN
htslib-1.17.tar.bz2
Normal file
BIN
htslib-1.17.tar.bz2
Normal file
Binary file not shown.
16
htslib.spec
16
htslib.spec
@ -1,12 +1,12 @@
|
|||||||
Name: htslib
|
Name: htslib
|
||||||
Version: 1.11
|
Version: 1.17
|
||||||
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
|
||||||
URL: http://www.htslib.org
|
URL: http://www.htslib.org
|
||||||
Source0: https://github.com/samtools/htslib/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/samtools/htslib/releases/download/%{version}/htslib-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: gcc autoconf automake make curl-devel 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
|
||||||
|
|
||||||
%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
|
||||||
@ -36,17 +36,12 @@ the htsfile identifier tool, and the bgzip compression utility.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
touch config.guess config.sub
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoheader
|
|
||||||
autoconf
|
|
||||||
%configure --prefix=%{_prefix} \
|
%configure --prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--enable-plugins \
|
--enable-plugins \
|
||||||
--enable-gcs \
|
--enable-libcurl
|
||||||
--enable-libcurl \
|
|
||||||
--enable-s3
|
|
||||||
%make_build
|
%make_build
|
||||||
# As we don't install libhts.a, the .private keywords are irrelevant.
|
# As we don't install libhts.a, the .private keywords are irrelevant.
|
||||||
sed -i -E '/^(Libs|Requires)\.private:/d' htslib.pc.tmp
|
sed -i -E '/^(Libs|Requires)\.private:/d' htslib.pc.tmp
|
||||||
@ -86,6 +81,9 @@ rm -rf %{buildroot}/%{_libdir}/libhts.a
|
|||||||
%{_mandir}/man1/tabix.1*
|
%{_mandir}/man1/tabix.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 24 2023 guoyizhang <kuoi@bioarchlinux.org> - 1.17-1
|
||||||
|
- Update to 1.17
|
||||||
|
|
||||||
* Wed Feb 09 2022 herengui <herengui@uniontech.com> - 1.11-1
|
* Wed Feb 09 2022 herengui <herengui@uniontech.com> - 1.11-1
|
||||||
- update to 1.11, new version fixed CVE-2020-36403
|
- update to 1.11, new version fixed CVE-2020-36403
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user