9.0.0-rc3 Release
This commit is contained in:
parent
53006119cb
commit
23d0ba41fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/lldb-8.0.0rc2.src.tar.xz
|
||||
/lldb-8.0.0rc4.src.tar.xz
|
||||
/lldb-8.0.0.src.tar.xz
|
||||
/lldb-9.0.0rc3.src.tar.xz
|
||||
|
19
lldb.spec
19
lldb.spec
@ -1,16 +1,15 @@
|
||||
#%%global rc_ver 4
|
||||
%global rc_ver 3
|
||||
%global baserelease 0.1
|
||||
|
||||
Name: lldb
|
||||
Version: 8.0.0
|
||||
Release: 2%{?rc_ver:.rc%{rc_ver}}%{?dist}.2
|
||||
Version: 9.0.0
|
||||
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: Next generation high-performance debugger
|
||||
|
||||
License: NCSA
|
||||
URL: http://lldb.llvm.org/
|
||||
Source0: http://%{?rc_ver:pre}releases.llvm.org/%{version}/%{?rc_ver:rc%{rc_ver}}/%{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src.tar.xz
|
||||
|
||||
Patch1: python3.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: llvm-devel = %{version}
|
||||
BuildRequires: llvm-test = %{version}
|
||||
@ -51,12 +50,6 @@ The package contains the LLDB Python module.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
%patch1 -p1 -b .python
|
||||
|
||||
# HACK so that lldb can find its custom readline.so, because we move it
|
||||
# after install.
|
||||
sed -i -e "s~import sys~import sys\nsys.path.insert\(1, '%{python3_sitearch}/lldb'\)~g" source/Interpreter/embedded_interpreter.py
|
||||
|
||||
%build
|
||||
|
||||
mkdir -p _build
|
||||
@ -101,7 +94,6 @@ rm -fv %{buildroot}%{_libdir}/*.a
|
||||
# python: fix binary libraries location
|
||||
liblldb=$(basename $(readlink -e %{buildroot}%{_libdir}/liblldb.so))
|
||||
ln -vsf "../../../${liblldb}" %{buildroot}%{python3_sitearch}/lldb/_lldb.so
|
||||
mv -v %{buildroot}%{python3_sitearch}/readline.so %{buildroot}%{python3_sitearch}/lldb/readline.so
|
||||
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/lldb
|
||||
|
||||
# remove bundled six.py
|
||||
@ -122,6 +114,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
||||
%{python3_sitearch}/lldb
|
||||
|
||||
%changelog
|
||||
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.1.rc3
|
||||
- 9.0.0-rc3 Release
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 8.0.0-2.2
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
3770
python3.patch
3770
python3.patch
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lldb-8.0.0.src.tar.xz) = 5192d6d6d1759db28569de929ba8db2a80283000f1bf8453d9cf172ac85574c8eacc13f9fe64ecabea0533bfc49c0f58ea8fb29b1f4d88c065d905d553f2e60c
|
||||
SHA512 (lldb-9.0.0rc3.src.tar.xz) = c7f812d62acf0cb5915e4d0962e4ff20e5df7d22fe1ffbd2e685fe8abf2113118758f8265b533069ed2033fe1908145e749a4fdc3d04431cfb5c364c5ddd7e36
|
||||
|
Loading…
Reference in New Issue
Block a user