[packages/llvm] - package missing files
qboosh
qboosh at pld-linux.org
Tue Dec 21 18:06:18 CET 2021
commit 95bd4382d65356852afb41d4dd7e41c890750a87
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Dec 21 17:58:16 2021 +0100
- package missing files
llvm.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/llvm.spec b/llvm.spec
index eb55905..ed9c348 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -708,7 +708,7 @@ install build/bin/pp-trace $RPM_BUILD_ROOT%{_bindir}
%if %{with doc}
cp -p build/docs/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
# these tools are not installed
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/FileCheck.1
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{FileCheck,clang-tblgen,lldb-tblgen}.1
# make links
echo '.so llvm-ar.1' > $RPM_BUILD_ROOT%{_mandir}/man1/llvm-ranlib.1
%endif
@@ -869,6 +869,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/llvm-symbolizer.1*
%{_mandir}/man1/llvm-tblgen.1*
%{_mandir}/man1/opt.1*
+%{_mandir}/man1/tblgen.1*
%endif
%files libs
@@ -1098,6 +1099,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/ld.lld
%attr(755,root,root) %{_bindir}/ld64.lld
%attr(755,root,root) %{_bindir}/ld64.lld.darwinnew
+%attr(755,root,root) %{_bindir}/ld64.lld.darwinold
%attr(755,root,root) %{_bindir}/lld
%attr(755,root,root) %{_bindir}/lld-link
%attr(755,root,root) %{_bindir}/wasm-ld
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/d27b2b77be00b3a247c9cfaf69c2b9bfabbff957
More information about the pld-cvs-commit
mailing list