]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- up to 2.9
authorwolf <wolf@pld-linux.org>
Sun, 17 Apr 2011 14:23:01 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    llvm.spec -> 1.21

llvm.spec

index e1cf542a6088505c21f0f0201b2391aab0e67548..39a65a09fc18a0b34d2c2ec5b7d347d364310134 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
 Summary:       The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
 Summary(pl.UTF-8):     Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego)
 Name:          llvm
-Version:       2.8
-Release:       3
+Version:       2.9
+Release:       1
 License:       University of Illinois/NCSA Open Source License
 Group:         Development/Languages
 Source0:       http://llvm.org/releases/%{version}/%{name}-%{version}.tgz
-# Source0-md5: 220d361b4d17051ff4bb21c64abe05ba
+# Source0-md5: 793138412d2af2c7c7f54615f8943771
 Source1:       http://llvm.org/releases/%{version}/clang-%{version}.tgz
-# Source1-md5: 10e14c901fc3728eecbd5b829e011b59
+# Source1-md5: 634de18d04b7a4ded19ec4c17d23cfca
 # Data files should be installed with timestamps preserved
 Patch3:                %{name}-2.6-timestamp.patch
 URL:           http://llvm.org/
@@ -296,13 +296,15 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/opt
 %attr(755,root,root) %{_bindir}/llvmc
 %attr(755,root,root) %{_bindir}/llvm-*
+%attr(755,root,root) %{_bindir}/macho-dump
 %exclude %attr(755,root,root) %{_bindir}/llvm-config
 %attr(755,root,root) %{_libdir}/libLLVM-*.*.so
 %{_mandir}/man1/bugpoint.1*
+%{_mandir}/man1/lit.1*
 %{_mandir}/man1/llc.1*
 %{_mandir}/man1/lli.1*
-%{_mandir}/man1/llvmc.1*
 %{_mandir}/man1/llvm-*.1*
+%{_mandir}/man1/llvmc.1*
 %{_mandir}/man1/llvmgcc.1*
 %{_mandir}/man1/llvmgxx.1*
 %{_mandir}/man1/opt.1*
@@ -323,7 +325,7 @@ rm -rf $RPM_BUILD_ROOT
 #
 %exclude %attr(755,root,root) %{_libdir}/libLLVM-*.*.so
 %exclude %attr(755,root,root) %{_libdir}/libclang.so
-%attr(755,root,root) %{_libdir}/libprofile_rt.so
+%attr(755,root,root) %{_libdir}/profile_rt.so
 
 %files doc
 %defattr(644,root,root,755)
@@ -341,7 +343,6 @@ rm -rf $RPM_BUILD_ROOT
 %{?with_tests:%doc clang-testlog.txt}
 %attr(755,root,root) %{_bindir}/clang*
 %attr(755,root,root) %{_bindir}/tblgen
-%attr(755,root,root) %{_bindir}/c-index-test
 %attr(755,root,root) %{_libdir}/libclang.so
 %{_prefix}/lib/clang
 %{_mandir}/man1/clang.1.*
This page took 0.027504 seconds and 4 git commands to generate.