fix config.guess and config.sub path error
This commit is contained in:
parent
ee9e4e6f6e
commit
d354dfbaf6
@ -1,6 +1,6 @@
|
|||||||
Name: htslib
|
Name: htslib
|
||||||
Version: 1.10.2
|
Version: 1.10.2
|
||||||
Release: 3
|
Release: 4
|
||||||
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
|
||||||
@ -36,6 +36,8 @@ the htsfile identifier tool, and the bgzip compression utility.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%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
|
%build
|
||||||
autoheader
|
autoheader
|
||||||
@ -85,6 +87,9 @@ rm -rf %{buildroot}/%{_libdir}/libhts.a
|
|||||||
%{_mandir}/man1/tabix.1*
|
%{_mandir}/man1/tabix.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 16 2021 zhao yang <yangzhao1@kylinos.cn> - 1.10.2-3
|
||||||
- Add htslib-tools package
|
- Add htslib-tools package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user