Use upstream tarball
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=341
This commit is contained in:
parent
61d07b4baa
commit
0942250035
3
lldb-3.4.tar.bz2
Normal file
3
lldb-3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72394435cba48dd03693f3e9d80f7859dda63e138c6d0fb3fc8e03e9a0b53a98
|
||||||
|
size 10619204
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a374095d9a389b2abfc165167b0d2016d290ac256eb9c8d6d9ec43ecce12899
|
|
||||||
size 2569468
|
|
@ -27,7 +27,7 @@ License: NCSA
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Url: http://www.llvm.org
|
Url: http://www.llvm.org
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: lldb-3.4.tar.xz
|
Source1: lldb-%{version}.tar.bz2
|
||||||
Source100: %{name}-rpmlintrc
|
Source100: %{name}-rpmlintrc
|
||||||
# PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision
|
# PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision
|
||||||
Patch1: set-revision.patch
|
Patch1: set-revision.patch
|
||||||
@ -175,8 +175,7 @@ This package contains the Python bindings to clang (C language) frontend for LLV
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name} -a1
|
%setup -q -n %{name} -a1
|
||||||
%ifarch x86_64 arm
|
%ifarch x86_64 arm
|
||||||
rm -rf tools/lldb
|
mv lldb-%{version} tools/lldb
|
||||||
mv lldb tools/lldb
|
|
||||||
%endif
|
%endif
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user