mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 08:42:51 +00:00
Sync with 'current'
This commit is contained in:
commit
90e8330466
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue