fix build error
Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
parent
34de3b9c49
commit
656b7f6fe8
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user