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}
|
%global tarball_name %{name}-%{version}
|
||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
Version: 2.2
|
Version: 2.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -18,7 +18,6 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: %{_bindir}/python3
|
BuildRequires: %{_bindir}/python3
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
BuildRequires: dos2unix
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libabigail package comprises six command line utilities:
|
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
|
# Install man and texinfo files as they are not installed by the
|
||||||
# default 'install' target of the makefile.
|
# default 'install' target of the makefile.
|
||||||
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 %{?_smp_mflags} check check-self-compare || (cat tests/test-suite.log && exit 2)
|
time make %{?_smp_mflags} check check-self-compare || (cat tests/test-suite.log && exit 2)
|
||||||
@ -107,8 +105,8 @@ fi
|
|||||||
%{_bindir}/abilint
|
%{_bindir}/abilint
|
||||||
%{_bindir}/abipkgdiff
|
%{_bindir}/abipkgdiff
|
||||||
%{_bindir}/kmidiff
|
%{_bindir}/kmidiff
|
||||||
%{_libdir}/libabigail.so.1
|
%{_libdir}/libabigail.so.2
|
||||||
%{_libdir}/libabigail.so.1.0.0
|
%{_libdir}/libabigail.so.2.0.0
|
||||||
%{_libdir}/libabigail/default.abignore
|
%{_libdir}/libabigail/default.abignore
|
||||||
%doc README AUTHORS ChangeLog
|
%doc README AUTHORS ChangeLog
|
||||||
%license LICENSE.txt license-change-2020.txt
|
%license LICENSE.txt license-change-2020.txt
|
||||||
@ -127,6 +125,12 @@ fi
|
|||||||
%doc doc/manuals/html/*
|
%doc doc/manuals/html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 13 2022 Dodji Seketeli <dodji@redhat.com> - 2.2-1
|
||||||
- Update to upstream 2.2
|
- Update to upstream 2.2
|
||||||
- Switch to .xz tarball
|
- Switch to .xz tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user