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
This commit is contained in:
parent
4e21326f86
commit
8eb4d470f5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/annobin-9.35.tar.xz
|
/annobin-*.tar.xz
|
||||||
|
19
annobin.spec
19
annobin.spec
@ -50,8 +50,7 @@ License: GPLv3+
|
|||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Source: https://nickc.fedorapeople.org/annobin-%%{version}.tar.xz
|
Source: https://nickc.fedorapeople.org/annobin-%{version}.tar.xz
|
||||||
Source: annobin-%{version}.tar.xz
|
|
||||||
# For the latest sources use: git clone git://sourceware.org/git/annobin.git
|
# For the latest sources use: git clone git://sourceware.org/git/annobin.git
|
||||||
|
|
||||||
# Insert patches here, if needed.
|
# 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...
|
# PLUGIN_INSTALL_DIR is used by the Clang and LLVM makefiles...
|
||||||
%install
|
%install
|
||||||
%make_install PLUGIN_INSTALL_DIR=$RPM_BUILD_ROOT%{ANNOBIN_CLANG_PLUGIN_DIR}
|
%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/COPYING3
|
||||||
%exclude %{_datadir}/doc/annobin-plugin/LICENSE
|
%exclude %{_datadir}/doc/annobin-plugin/LICENSE
|
||||||
%doc %{_datadir}/doc/annobin-plugin/annotation.proposal.txt
|
%doc %{_datadir}/doc/annobin-plugin/annotation.proposal.txt
|
||||||
%doc %{_infodir}/annobin.info.gz
|
%{_infodir}/annobin.info*
|
||||||
%doc %{_mandir}/man1/annobin.1.gz
|
%{_mandir}/man1/annobin.1*
|
||||||
%doc %{_mandir}/man1/built-by.1.gz
|
%{_mandir}/man1/built-by.1*
|
||||||
%doc %{_mandir}/man1/check-abi.1.gz
|
%{_mandir}/man1/check-abi.1*
|
||||||
%doc %{_mandir}/man1/hardened.1.gz
|
%{_mandir}/man1/hardened.1*
|
||||||
%doc %{_mandir}/man1/run-on-binaries-in.1.gz
|
%{_mandir}/man1/run-on-binaries-in.1*
|
||||||
|
|
||||||
%if %{with clangplugin}
|
%if %{with clangplugin}
|
||||||
%{ANNOBIN_CLANG_PLUGIN_DIR}
|
%{ANNOBIN_CLANG_PLUGIN_DIR}
|
||||||
@ -307,7 +306,7 @@ fi
|
|||||||
%if %{with annocheck}
|
%if %{with annocheck}
|
||||||
%files annocheck
|
%files annocheck
|
||||||
%{_bindir}/annocheck
|
%{_bindir}/annocheck
|
||||||
%doc %{_mandir}/man1/annocheck.1.gz
|
%{_mandir}/man1/annocheck.1*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user