libannocheck: Add pkgconfig file
This commit is contained in:
parent
b374112889
commit
5967b15825
12
annobin.spec
12
annobin.spec
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.86
|
||||
Version: 10.87
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://sourceware.org/annobin/
|
||||
@ -165,6 +165,8 @@ BuildRequires: elfutils-debuginfod-client-devel
|
||||
|
||||
Requires: %{name}-docs = %{version}-%{release}
|
||||
Requires: cpio rpm
|
||||
# The libannocheck library needs libiberty which is provided by binutils-devel
|
||||
Requires: binutils-devel
|
||||
|
||||
%description annocheck
|
||||
Installs the annocheck program which uses the notes generated by annobin to
|
||||
@ -481,6 +483,7 @@ fi
|
||||
%files annocheck
|
||||
%{_includedir}/libannocheck.h
|
||||
%{_libdir}/libannocheck.*
|
||||
%{_libdir}/pkgconfig/libannocheck.pc
|
||||
%{_bindir}/annocheck
|
||||
%{_mandir}/man1/annocheck.1*
|
||||
%endif
|
||||
@ -488,10 +491,13 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Serge Guelton <sguelton@redhat.com> - 10.86-1
|
||||
* Fri Sep 30 2022 Nick Clifton <nickc@redhat.com> - 10.87-1
|
||||
- Libannocheck: Add libannocheck.pc pkgconfig file.
|
||||
|
||||
* Fri Sep 30 2022 Nick Clifton <nickc@redhat.com> - 10.86-1
|
||||
- Libannocheck: Add libannocheck_reinit().
|
||||
|
||||
* Thu Sep 22 2022 Serge Guelton <sguelton@redhat.com> - 10.85-1
|
||||
* Thu Sep 22 2022 Nick Clifton <nickc@redhat.com> - 10.85-1
|
||||
- GCC Plugin: Record -ftrivial-auto-var-init and -fzero-call-used-regs.
|
||||
- Annocheck: Add future tests for -ftrivial-auto-var-init and -fzero-call-used-regs.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.86.tar.xz) = 29784acf6d312bb98514c429d2f09cebc8d225c6b056558b3de86d38c3b774b8ae58b4c012e8e1cd7dc6704e0a381083c296ec31877371733cf3bbe94e7fe1a4
|
||||
SHA512 (annobin-10.87.tar.xz) = 231bd9e108719261ea6cac52f9f035f586e3123d870973813f1c5ac43545ab61dc2c8a0bf048141c9587c5028accf238c39344165eab1b2a3db7d55380b31e65
|
||||
|
Loading…
Reference in New Issue
Block a user