!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:
openeuler-ci-bot 2022-02-08 07:51:34 +00:00 committed by Gitee
commit ed08b27128
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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