Sync with 'current'

This commit is contained in:
Eugene Shatokhin 2015-01-16 19:48:35 +03:00
commit 90e8330466

View file

@ -8,7 +8,7 @@
%{?_with_apidox: %{expand: %%global compile_apidox 1}} %{?_with_apidox: %{expand: %%global compile_apidox 1}}
%bcond_without clang %bcond_without clang
%bcond_without ocaml %bcond_with ocaml
%define major_ver 3.5 %define major_ver 3.5
%define minor_ver 0 %define minor_ver 0
@ -16,7 +16,7 @@
Summary: Low Level Virtual Machine (LLVM) Summary: Low Level Virtual Machine (LLVM)
Name: llvm Name: llvm
Version: %{major_ver}.%{minor_ver} Version: %{major_ver}.%{minor_ver}
Release: 1 Release: 3
License: NCSA License: NCSA
Group: Development/Other Group: Development/Other
Url: http://llvm.org/ Url: http://llvm.org/
@ -170,7 +170,9 @@ This package contains the development files for LLVM.
%{_libdir}/%{name}/LLVMgold.so %{_libdir}/%{name}/LLVMgold.so
%{_libdir}/LLVMgold.so %{_libdir}/LLVMgold.so
%if %{with ocaml}
%{_libdir}/%{name}/libllvm*.a %{_libdir}/%{name}/libllvm*.a
%endif
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_datadir}/%{name}/cmake %{_datadir}/%{name}/cmake