From 8eb4d470f53d71cbd88aaf2817800a9ba7b720a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 14 Oct 2020 21:37:58 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/annobin#5515ddd6c9da5bc2eaa09f1498b80077b4239918 --- .gitignore | 2 +- annobin.spec | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1bafdbc..4cef3d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/annobin-9.35.tar.xz +/annobin-*.tar.xz diff --git a/annobin.spec b/annobin.spec index 392dccc..7abcb67 100644 --- a/annobin.spec +++ b/annobin.spec @@ -50,8 +50,7 @@ License: GPLv3+ #--------------------------------------------------------------------------------- -# Source: https://nickc.fedorapeople.org/annobin-%%{version}.tar.xz -Source: annobin-%{version}.tar.xz +Source: https://nickc.fedorapeople.org/annobin-%{version}.tar.xz # For the latest sources use: git clone git://sourceware.org/git/annobin.git # Insert patches here, if needed. @@ -268,7 +267,7 @@ make -C llvm-plugin all CXXFLAGS="%{optflags} $BUILD_FLAGS" # PLUGIN_INSTALL_DIR is used by the Clang and LLVM makefiles... %install %make_install PLUGIN_INSTALL_DIR=$RPM_BUILD_ROOT%{ANNOBIN_CLANG_PLUGIN_DIR} -%{__rm} -f %{buildroot}%{_infodir}/dir +rm -f %{buildroot}%{_infodir}/dir #--------------------------------------------------------------------------------- @@ -290,12 +289,12 @@ fi %exclude %{_datadir}/doc/annobin-plugin/COPYING3 %exclude %{_datadir}/doc/annobin-plugin/LICENSE %doc %{_datadir}/doc/annobin-plugin/annotation.proposal.txt -%doc %{_infodir}/annobin.info.gz -%doc %{_mandir}/man1/annobin.1.gz -%doc %{_mandir}/man1/built-by.1.gz -%doc %{_mandir}/man1/check-abi.1.gz -%doc %{_mandir}/man1/hardened.1.gz -%doc %{_mandir}/man1/run-on-binaries-in.1.gz +%{_infodir}/annobin.info* +%{_mandir}/man1/annobin.1* +%{_mandir}/man1/built-by.1* +%{_mandir}/man1/check-abi.1* +%{_mandir}/man1/hardened.1* +%{_mandir}/man1/run-on-binaries-in.1* %if %{with clangplugin} %{ANNOBIN_CLANG_PLUGIN_DIR} @@ -307,7 +306,7 @@ fi %if %{with annocheck} %files annocheck %{_bindir}/annocheck -%doc %{_mandir}/man1/annocheck.1.gz +%{_mandir}/man1/annocheck.1* %endif #---------------------------------------------------------------------------------