SHA256
1
0
forked from pool/llvm
Ismail Dönmez 2014-03-11 07:08:52 +00:00 committed by Git OBS Bridge
parent 61d07b4baa
commit 0942250035
3 changed files with 5 additions and 6 deletions

3
lldb-3.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72394435cba48dd03693f3e9d80f7859dda63e138c6d0fb3fc8e03e9a0b53a98
size 10619204

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a374095d9a389b2abfc165167b0d2016d290ac256eb9c8d6d9ec43ecce12899
size 2569468

View File

@ -27,7 +27,7 @@ License: NCSA
Group: Development/Languages/Other
Url: http://www.llvm.org
Source0: %{name}-%{version}.tar.bz2
Source1: lldb-3.4.tar.xz
Source1: lldb-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
# PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision
Patch1: set-revision.patch
@ -175,8 +175,7 @@ This package contains the Python bindings to clang (C language) frontend for LLV
%prep
%setup -q -n %{name} -a1
%ifarch x86_64 arm
rm -rf tools/lldb
mv lldb tools/lldb
mv lldb-%{version} tools/lldb
%endif
%patch1 -p1
%patch2 -p1