Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b5bbc3371 | ||
|
|
7c01dfc24f | ||
|
|
65353d58c7 | ||
|
|
215e41787d | ||
|
|
a7ed212792 |
3 changed files with 28 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -34,3 +34,6 @@
|
|||
/libabigail-1.8.1.tar.gz
|
||||
/libabigail-1.8.2.tar.gz
|
||||
/libabigail-2.0.tar.gz
|
||||
/libabigail-2.1.tar.gz
|
||||
/libabigail-2.2.tar.xz
|
||||
/libabigail-2.3.tar.xz
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
%global tarball_name %{name}-%{version}
|
||||
|
||||
Name: libabigail
|
||||
Version: 2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://sourceware.org/libabigail/
|
||||
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
|
||||
|
||||
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.xz
|
||||
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: elfutils-devel
|
||||
|
|
@ -18,7 +18,6 @@ BuildRequires: libxml2-devel
|
|||
BuildRequires: doxygen
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: dos2unix
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: dpkg
|
||||
BuildRequires: koji
|
||||
|
|
@ -94,7 +93,7 @@ them manually.
|
|||
%setup -n %{tarball_name}
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
||||
%configure --enable-ctf --disable-silent-rules --disable-zip-archive --disable-static
|
||||
make %{?_smp_mflags}
|
||||
pushd doc
|
||||
make html-doc
|
||||
|
|
@ -112,7 +111,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||
# Install man and texinfo files as they are not installed by the
|
||||
# default 'install' target of the makefile.
|
||||
make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot}
|
||||
dos2unix doc/manuals/html/_static/jquery.js
|
||||
|
||||
%if 0%{?fedora}
|
||||
# Explicitly use Python 3 as the interpreter
|
||||
|
|
@ -135,8 +133,8 @@ fi
|
|||
%{_bindir}/abilint
|
||||
%{_bindir}/abipkgdiff
|
||||
%{_bindir}/kmidiff
|
||||
%{_libdir}/libabigail.so.0
|
||||
%{_libdir}/libabigail.so.0.0.0
|
||||
%{_libdir}/libabigail.so.2
|
||||
%{_libdir}/libabigail.so.2.0.0
|
||||
%{_libdir}/libabigail/default.abignore
|
||||
%doc README AUTHORS ChangeLog
|
||||
%license LICENSE.txt license-change-2020.txt
|
||||
|
|
@ -160,6 +158,23 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 27 2023 Dodji Seketeli <dodji@redhat.com> - 2.3-1
|
||||
- Update to upstream 2.3 release
|
||||
- Don't do "dos2unix doc/manuals/html/_static/jquery.js"
|
||||
The file doc/manuals/html/_static/jquery.js is no more.
|
||||
Hence, don't BuildRequires: dos2unix anymore.
|
||||
- The libaigail binary is now libabigail.so.2.0.0.
|
||||
|
||||
* Fri Dec 2 2022 Dodji Seketeli <dodji@redhat.com> - 2.2-1
|
||||
- Update to upstream 2.2 release.
|
||||
- Switch to a tar.xz tarball.
|
||||
|
||||
* Wed Sep 21 2022 Dodji Seketeli <dodji@redhat.com> - 2.1-1
|
||||
- Update to upstream 2.1
|
||||
- Add libabigail.so.1 and libabigail.so.1.0.0 to the package.
|
||||
- Enable CTF support when running the tests.
|
||||
- Add binutils-devel as BuildRequires, for CTF.
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (libabigail-2.0.tar.gz) = 288f63f3495f0cd38258c50b78f30a573e43ab60494fefa22c8cba6d6776c5f94742ffea26297a232b78d25f6804f1b3f51febd59ec487733e6ef683cef2c180
|
||||
SHA512 (libabigail-2.3.tar.xz) = fdf0df51e2c262c723c11bef58cd0b89b27e67be196edeb33444fc06e7e61d3c2c227f59cb961aea6fc0c9b7f6f04e08b787a1cbbeb3d5507b968b8ae7630527
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue