!7 fix config.guess and config.sub path error
Merge pull request !7 from chen-jan/openEuler-22.03-LTS-Next
This commit is contained in:
commit
ed08b27128
@ -1,6 +1,6 @@
|
||||
Name: htslib
|
||||
Version: 1.10.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: C library for high-throughput sequencing data formats
|
||||
License: MIT and BSD
|
||||
URL: http://www.htslib.org
|
||||
@ -36,6 +36,8 @@ the htsfile identifier tool, and the bgzip compression utility.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
install -p -m 0644 /usr/lib/rpm/%{_vendor}/config.guess config.guess
|
||||
install -p -m 0644 /usr/lib/rpm/%{_vendor}/config.sub config.sub
|
||||
|
||||
%build
|
||||
autoheader
|
||||
@ -85,6 +87,9 @@ rm -rf %{buildroot}/%{_libdir}/libhts.a
|
||||
%{_mandir}/man1/tabix.1*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 12 2022 Chen Chen <chen_aka_jan@163.com> - 1.10.2-4
|
||||
- fix config.guess and config.sub path error
|
||||
|
||||
* Wed Jun 16 2021 zhao yang <yangzhao1@kylinos.cn> - 1.10.2-3
|
||||
- Add htslib-tools package
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user