From eb791e93dd9e6e1be118965a934f403882fbd326 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Jan 14 2014 01:06:54 +0000 Subject: update to llvm 3.4 release (part 2) add lldb-devel subpackage --- diff --git a/llvm.spec b/llvm.spec index 692f8c5..075bf68 100644 --- a/llvm.spec +++ b/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