[packages/llvm] - fixed libLTO packaging, release 3 reported in: https://lists.pld-linux.org/mailman/pipermail/pld

qboosh qboosh at pld-linux.org
Sat Sep 25 08:49:49 CEST 2021


commit 2379ea210720ace4fe4f8b592ef2ba77e99e1331
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 25 08:54:28 2021 +0200

    - fixed libLTO packaging, release 3
      reported in: https://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2021-September/157866.html

 llvm.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 949611c..6e57e81 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -62,7 +62,7 @@ Summary:	The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
 Summary(pl.UTF-8):	Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego)
 Name:		llvm
 Version:	12.0.1
-Release:	2
+Release:	3
 License:	University of Illinois/NCSA Open Source License
 Group:		Development/Languages
 #Source0Download: https://github.com/llvm/llvm-project/releases/
@@ -861,11 +861,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/LLVMgold.so
 %attr(755,root,root) %{_libdir}/libLLVM-%{abi}.so
 # non-soname symlink
 %attr(755,root,root) %{_libdir}/libLLVM-%{version}.so
-%attr(755,root,root) %ghost %{_libdir}/libLTO.so.12
-%attr(755,root,root) %{_libdir}/LLVMgold.so
+%attr(755,root,root) %{_libdir}/libLTO.so.12
 %attr(755,root,root) %{_libdir}/libRemarks.so.12
 %attr(755,root,root) %{_libdir}/libclang-cpp.so.12
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/2379ea210720ace4fe4f8b592ef2ba77e99e1331



More information about the pld-cvs-commit mailing list