Accepting request 283088 from devel:tools:compiler
- Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359) OBS-URL: https://build.opensuse.org/request/show/283088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=69
This commit is contained in:
commit
1cffac831a
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lldb
|
# spec file for package lldb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 28 10:08:43 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Add a gcc dependency for clang, this is heavyweight but we need
|
||||||
|
libgcc_s which comes with the gcc package (bnc#893359)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 12 12:36:22 UTC 2014 - idonmez@suse.com
|
Fri Dec 12 12:36:22 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package llvm
|
# spec file for package llvm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -112,6 +112,7 @@ Summary: CLANG frontend for LLVM
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
|
Requires: gcc
|
||||||
Requires: libclang = %{version}-%{release}
|
Requires: libclang = %{version}-%{release}
|
||||||
Requires: libstdc++-devel
|
Requires: libstdc++-devel
|
||||||
Provides: clang
|
Provides: clang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user