From d97d6e1508f67ccef528b5b337580468701eb3641f576bf08b3e4aff6a3e9dc9 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Wed, 24 Jan 2018 13:27:14 +0000 Subject: [PATCH] Accepting request 568907 from home:michalsrb:branches:devel:tools:compiler - Remove clang-devel-static. OBS-URL: https://build.opensuse.org/request/show/568907 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=504 --- llvm.changes | 5 +++++ llvm.spec | 20 ++------------------ 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/llvm.changes b/llvm.changes index b6e52fe..8a1ce63 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 24 13:07:14 UTC 2018 - msrb@suse.com + +- Remove clang-devel-static. + ------------------------------------------------------------------- Mon Jan 8 08:36:37 UTC 2018 - msrb@suse.com diff --git a/llvm.spec b/llvm.spec index 54e6e30..445bfaf 100644 --- a/llvm.spec +++ b/llvm.spec @@ -109,6 +109,8 @@ Group: Development/Languages/Other Requires: clang%{_sonum}-devel = %{version} Provides: llvm-clang-devel = %{version} Obsoletes: llvm-clang-devel < %{version} +Provides: clang-devel-static = %{version} +Obsoletes: clang-devel-static < %{version} %description -n clang-devel This package contains the clang (C language) frontend for LLVM. @@ -119,20 +121,6 @@ clang-devel that openSUSE currently supports. Packages that don't require a specific Clang version should depend on this. -%package -n clang-devel-static -Summary: Static libraries for CLANG -Group: Development/Languages/Other -Requires: clang%{_sonum}-devel-static = %{version} - -%description -n clang-devel-static -This package contains static libraries for clang (C language) -frontend for LLVM. - -This package is a dummy package that depends on the version of -clang-devel that openSUSE currently supports. Packages that -don't require a specific Clang version should depend on this. - - %package LTO-devel Summary: Link-time optimizer for LLVM (devel package) Group: Development/Languages/Other @@ -274,10 +262,6 @@ echo "This is a dummy package to provide a dependency on the system compiler." > %defattr(-,root,root) %doc README -%files -n clang-devel-static -%defattr(-,root,root) -%doc README - %files LTO-devel %defattr(-,root,root) %doc README