]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- there is only static version of libclang on ix86 auto/th/llvm-3.7.0-5
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Nov 2015 21:25:07 +0000 (22:25 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Nov 2015 21:25:07 +0000 (22:25 +0100)
- rel 5

llvm.spec

index 0a79e8667174aa884e0d6b34d98d5af92a470dd1..307a84f5a3695730b83b448272a596bf5c6ea035 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -23,7 +23,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:       3.7.0
-Release:       4
+Release:       5
 License:       University of Illinois/NCSA Open Source License
 Group:         Development/Languages
 #Source0Download: http://llvm.org/releases/download.html
@@ -724,7 +724,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/clang-cl
 %attr(755,root,root) %{_bindir}/clang-format
 %attr(755,root,root) %{_bindir}/git-clang-format
+%ifnarch %{ix86}
 %attr(755,root,root) %{_libdir}/libclang.so.3.7
+%endif
 %attr(755,root,root) %{_libdir}/libclang[A-Z]*.so.%{version}
 %attr(755,root,root) %ghost %{_libdir}/libclang[A-Z]*.so.3.7
 %dir %{_libdir}/clang
This page took 0.027161 seconds and 4 git commands to generate.