mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
update to llvm 3.4 release (part 2)
add lldb-devel subpackage
This commit is contained in:
parent
bf2cfe23d5
commit
eb791e93dd
1 changed files with 13 additions and 0 deletions
13
llvm.spec
13
llvm.spec
|
@ -193,6 +193,14 @@ LLDB is a next generation, high-performance debugger. It is built as a set
|
|||
of reusable components which highly leverage existing libraries in the
|
||||
larger LLVM Project, such as the Clang expression parser and LLVM
|
||||
disassembler.
|
||||
|
||||
%package -n lldb-devel
|
||||
Summary: Header files for LLDB
|
||||
Group: Development/Languages
|
||||
Requires: lldb%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n lldb-devel
|
||||
This package contains header files for the LLDB debugger.
|
||||
%endif
|
||||
|
||||
%if %{with doxygen}
|
||||
|
@ -592,6 +600,10 @@ exit 0
|
|||
%{_bindir}/lldb-platform
|
||||
%{_libdir}/%{name}/liblldb.so
|
||||
%doc %{_mandir}/man1/lldb.1.*
|
||||
|
||||
%files -n lldb-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/lldb
|
||||
%endif
|
||||
|
||||
%files doc
|
||||
|
@ -603,6 +615,7 @@ exit 0
|
|||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ocaml/*.cma
|
||||
%{_libdir}/ocaml/*.cmi
|
||||
%{_libdir}/ocaml/dll*.so
|
||||
%{_libdir}/ocaml/META.llvm*
|
||||
|
||||
%files ocaml-devel
|
||||
|
|
Loading…
Reference in a new issue