]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- fixed libLTO packaging, release 3 auto/th/llvm-12.0.1-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Sep 2021 06:54:28 +0000 (08:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Sep 2021 06:54:28 +0000 (08:54 +0200)
  reported in: https://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2021-September/157866.html

llvm.spec

index 949611c8e536a4e8a02c8ae71334cf7082964abc..6e57e8171a7c83b05d4b193c72321e6647549c85 100644 (file)
--- 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
 
This page took 0.253379 seconds and 4 git commands to generate.