From c91346fadb7400db480bdc04fbb56e5b30ddfb6fcab10d3a3065bfcade53e198 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Oct 2017 09:04:39 +0000 Subject: [PATCH] Accepting request 533029 from home:michalsrb:branches:devel:tools:compiler - Add clang-devel-static package. * Requires clang4-devel-static that was added to llvm4 package. OBS-URL: https://build.opensuse.org/request/show/533029 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=493 --- llvm.changes | 6 ++++++ llvm.spec | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/llvm.changes b/llvm.changes index 39a4e73..478db0d 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 9 07:20:00 UTC 2017 - msrb@suse.com + +- Add clang-devel-static package. + * Requires clang4-devel-static that was added to llvm4 package. + ------------------------------------------------------------------- Tue Jun 27 08:06:55 UTC 2017 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 23741b6..a36b88f 100644 --- a/llvm.spec +++ b/llvm.spec @@ -119,6 +119,20 @@ 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 @@ -249,6 +263,10 @@ 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