!14 fix install error due to sphinx upgrade remove jquery.js

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-29 07:58:37 +00:00 committed by Gitee
commit 9a0f3e4bf8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
Name: libabigail Name: libabigail
Version: 2.2 Version: 2.2
Release: 2 Release: 3
Summary: ABI generic analysis and instrumentation library Summary: ABI generic analysis and instrumentation library
License: LGPLv3+ License: LGPLv3+
URL: https://sourceware.org/libabigail/ URL: https://sourceware.org/libabigail/
Source0: http://mirrors.kernel.org/sourceware/libabigail/libabigail-%{version}.tar.xz Source0: http://mirrors.kernel.org/sourceware/libabigail/libabigail-%{version}.tar.xz
BuildRequires: gcc-c++ libtool elfutils-devel libxml2-devel doxygen BuildRequires: gcc-c++ libtool elfutils-devel libxml2-devel doxygen
BuildRequires: python3-sphinx texinfo dos2unix dpkg python3-devel python3-rpm BuildRequires: python3-sphinx texinfo dpkg python3-devel python3-rpm
BuildRequires: python3-mock python3-unittest2 python3-pyxdg wget mailcap BuildRequires: python3-mock python3-unittest2 python3-pyxdg wget mailcap
%description %description
@ -51,7 +51,6 @@ cd ..
%make_install %make_install
%delete_la %delete_la
make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot} make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot}
dos2unix doc/manuals/html/_static/jquery.js
%check %check
time make check || (cat tests/test-suite.log && exit 2) time make check || (cat tests/test-suite.log && exit 2)
@ -90,6 +89,9 @@ fi
%doc doc/manuals/html/* README AUTHORS ChangeLog %doc doc/manuals/html/* README AUTHORS ChangeLog
%changelog %changelog
* Sat Jul 29 2023 xu_ping <707078654@qq.com> - 2.2-3
- fix install error due to sphinx upgrade remove jquery.js
* Wed Apr 19 2023 ChenYanpan <chenyanpan@xfusion.com> - 2.2-2 * Wed Apr 19 2023 ChenYanpan <chenyanpan@xfusion.com> - 2.2-2
- Upload the integral source archive file -- libabigail-2.2.tar.xz - Upload the integral source archive file -- libabigail-2.2.tar.xz