Hello community, here is the log from the commit of package llvm for openSUSE:Factory checked in at 2016-06-29 15:03:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm (Old) and /work/SRC/openSUSE:Factory/.llvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "llvm" Changes: -------- --- /work/SRC/openSUSE:Factory/llvm/lldb.changes 2016-05-23 16:38:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.llvm.new/lldb.changes 2016-06-29 15:03:15.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 20 07:44:49 UTC 2016 - jengelh@inai.de + +- Set RPM group, drop marketing words from summary in lieu of + something useful. Implement shared library guideline. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lldb.spec ++++++ --- /var/tmp/diff_new_pack.1mLOW8/_old 2016-06-29 15:03:17.000000000 +0200 +++ /var/tmp/diff_new_pack.1mLOW8/_new 2016-06-29 15:03:17.000000000 +0200 @@ -20,9 +20,9 @@ Name: lldb Version: 3.8.0 Release: 0 -Summary: Next generation high-performance debugger +Summary: Software debugger built using LLVM libraries License: NCSA -Group: Development/Languages/Other +Group: Development/Tools/Debuggers Url: http://lldb.llvm.org Source: http://llvm.org/releases/%{version}/lldb-%{version}.src.tar.xz # PATCH-FIX-OPENSUSE lldb-cmake.patch -- Let us set LLDB_REVISION and fix ncurses include path. @@ -55,11 +55,18 @@ larger LLVM Project, such as the Clang expression parser and LLVM disassembler. +%package -n liblldb3_8 +Summary: LLDB software debugger runtime library +Group: System/Libraries + +%description -n liblldb3_8 +This subpackage contains the main LLDB component. + %package devel Summary: Development files for LLDB Group: Development/Languages/Other Requires: libedit-devel -Requires: lldb = %{version} +Requires: liblldb3_8 = %{version} Requires: zlib-devel %description devel @@ -114,16 +121,19 @@ # Fix duplicated files. %fdupes %{_includedir}/%{name}/Host/ -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -n liblldb3_8 -p /sbin/ldconfig +%postun -n liblldb3_8 -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_bindir}/lldb* -%{_libdir}/liblldb.so.* %{py_sitedir}/lldb %{py_sitedir}/readline.so +%files -n liblldb3_8 +%defattr(-,root,root) +%{_libdir}/liblldb.so.* + %files devel %defattr(-,root,root,-) %{_includedir}/lldb