import CS libabigail-2.3-1.el9
This commit is contained in:
parent
fbf920d5a2
commit
c1aff4260f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libabigail-2.2.tar.xz
|
||||
SOURCES/libabigail-2.3.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
ddc2ce1e3ab0670e743ce97530d69918600ff2f0 SOURCES/libabigail-2.2.tar.xz
|
||||
076e458b2799584a1b09d7e6d24434877b3a8a28 SOURCES/libabigail-2.3.tar.xz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global tarball_name %{name}-%{version}
|
||||
|
||||
Name: libabigail
|
||||
Version: 2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: ASL 2.0
|
||||
@ -18,7 +18,6 @@ BuildRequires: doxygen
|
||||
BuildRequires: %{_bindir}/python3
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: dos2unix
|
||||
|
||||
%description
|
||||
The libabigail package comprises six command line utilities:
|
||||
@ -80,7 +79,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
|
||||
|
||||
%check
|
||||
time make %{?_smp_mflags} check check-self-compare || (cat tests/test-suite.log && exit 2)
|
||||
@ -107,8 +105,8 @@ fi
|
||||
%{_bindir}/abilint
|
||||
%{_bindir}/abipkgdiff
|
||||
%{_bindir}/kmidiff
|
||||
%{_libdir}/libabigail.so.1
|
||||
%{_libdir}/libabigail.so.1.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
|
||||
@ -127,6 +125,12 @@ fi
|
||||
%doc doc/manuals/html/*
|
||||
|
||||
%changelog
|
||||
* Tue May 09 2023 Dodji Seketeli <dodji@redhat.com> - 2.3-1
|
||||
- Update to upstream 2.3
|
||||
- Remove the dos2unix surgery as it's now useless
|
||||
- Update for the soname bump
|
||||
- Resolves: RHELPLAN-154803
|
||||
|
||||
* Tue Dec 13 2022 Dodji Seketeli <dodji@redhat.com> - 2.2-1
|
||||
- Update to upstream 2.2
|
||||
- Switch to .xz tarball
|
||||
|
Loading…
Reference in New Issue
Block a user