!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:
commit
9a0f3e4bf8
@ -1,12 +1,12 @@
|
||||
Name: libabigail
|
||||
Version: 2.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: ABI generic analysis and instrumentation library
|
||||
License: LGPLv3+
|
||||
URL: https://sourceware.org/libabigail/
|
||||
Source0: http://mirrors.kernel.org/sourceware/libabigail/libabigail-%{version}.tar.xz
|
||||
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
|
||||
|
||||
%description
|
||||
@ -51,7 +51,6 @@ cd ..
|
||||
%make_install
|
||||
%delete_la
|
||||
make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot}
|
||||
dos2unix doc/manuals/html/_static/jquery.js
|
||||
|
||||
%check
|
||||
time make check || (cat tests/test-suite.log && exit 2)
|
||||
@ -90,6 +89,9 @@ fi
|
||||
%doc doc/manuals/html/* README AUTHORS 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
|
||||
- Upload the integral source archive file -- libabigail-2.2.tar.xz
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user