diff --git a/.gitignore b/.gitignore index 31a4c21..f523e61 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /lldb-4.0.1.src.tar.xz /lldb-5.0.0.src.tar.xz /lldb-5.0.1.src.tar.xz +/lldb-6.0.0rc1.src.tar.xz diff --git a/lldb.spec b/lldb.spec index 0f36619..6a6a3d3 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,11 +1,13 @@ +%global rc_ver 1 + Name: lldb -Version: 5.0.1 -Release: 2%{?dist} +Version: 6.0.0 +Release: 0.1.rc%{rc_ver}%{?dist} Summary: Next generation high-performance debugger License: NCSA URL: http://lldb.llvm.org/ -Source0: http://llvm.org/releases/%{version}/%{name}-%{version}.src.tar.xz +Source0: http://llvm.org/releases/%{version}/%{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src.tar.xz ExclusiveArch: %{arm} aarch64 %{ix86} x86_64 @@ -43,7 +45,7 @@ Requires: python2-six The package contains the LLDB Python module. %prep -%setup -q -n %{name}-%{version}.src +%setup -q -n %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src # HACK so that lldb can find its custom readline.so, because we move it # after install. @@ -99,18 +101,13 @@ mv -v %{buildroot}%{python_sitearch}/readline.so %{buildroot}%{python_sitearch}/ # remove bundled six.py rm -f %{buildroot}%{python_sitearch}/six.* -# Move this plugin to libdir. -# FIXME: I have no idea why this is installed to bindir. Moving it to libdir -# may break it, but I don't know how to test this. -mv -v %{buildroot}{%{_bindir},%{_libdir}}/liblldb-intel-mpxtable.so - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %{_bindir}/lldb* %{_libdir}/liblldb.so.* -%{_libdir}/liblldb-intel-mpxtable.so +%{_libdir}/liblldbIntelFeatures.so.* %files devel %{_includedir}/lldb @@ -120,8 +117,8 @@ mv -v %{buildroot}{%{_bindir},%{_libdir}}/liblldb-intel-mpxtable.so %{python_sitearch}/lldb %changelog -* Thu Jan 25 2018 Tom Stellard - 5.0.1-2 -- Drop explicit dependencies for llvm-libs and clang-libs +* Thu Jan 25 2018 Tom Stellard - 6.0.0-0.1.rc1 +- 6.0.1-rc1 Release * Thu Dec 21 2017 Tom Stellard - 5.0.1-1 - 5.0.1 Release diff --git a/sources b/sources index bddca19..5d885c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lldb-5.0.1.src.tar.xz) = ebb3c3251098cfce28ccb6a5bbc50491a16b88d1adf3c71fd38efc95482d702e1bd9e7fb11c29597304d97cc0fd88241c70ec11276426aad901e5d23f05ca53a +SHA512 (lldb-6.0.0rc1.src.tar.xz) = 3dc736b94dceb3f11aa641b302b605e28dc0a41650447e7f45303f1589d377a44cc4de0bc6d9fa3d937f783827090f9ad09d6e2b25465031a2b669ad3e3437d9