From 5e084892403877796da7412b525d399b57add7ec44528884f814b6013036c2e4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Mar 2020 09:42:47 +0000 Subject: [PATCH] Accepting request 783540 from home:aaronpuchert:branches:devel:tools:compiler - Drop clang-checker meta package, we now provide this as unversioned clang-tools coming from the versioned llvmX package. - Update build conditions mentioned in README.packaging. OBS-URL: https://build.opensuse.org/request/show/783540 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=533 --- README.packaging | 4 ++-- llvm.changes | 7 +++++++ llvm.spec | 19 ------------------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/README.packaging b/README.packaging index 981b0e1..cad5e6d 100644 --- a/README.packaging +++ b/README.packaging @@ -143,8 +143,8 @@ needs to be modified. %bcond_without/%bcond_with libcxx in llvmX.spec and make it always %bcond_with. If the .so numbers have changed, these can be left-as-is. - 3. Change "%bcond_without pyclang" to - "%bcond_with pyclang" in llvmX.spec. + 3. Change "%bcond_without clang_scripts" to + "%bcond_with clang_scripts" in llvmX.spec. 4. Confirm everything builds successfully and there are no new rpmlint issues. 5. Update the llvmX.changes file. diff --git a/llvm.changes b/llvm.changes index d2aa0a0..32fffc9 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 7 22:41:55 UTC 2020 - Aaron Puchert + +- Drop clang-checker meta package, we now provide this as + unversioned clang-tools coming from the versioned llvmX package. +- Update build conditions mentioned in README.packaging. + ------------------------------------------------------------------- Wed Jan 29 22:33:02 UTC 2020 - Aaron Puchert diff --git a/llvm.spec b/llvm.spec index 19f2762..bf74666 100644 --- a/llvm.spec +++ b/llvm.spec @@ -111,22 +111,6 @@ This package is a dummy package that depends on the version of clang that openSUSE currently supports. Packages that don't require a specific Clang version should depend on this. -%package -n clang-checker -Summary: Static code analyzer for CLANG -Group: Development/Languages/C and C++ -URL: https://clang-analyzer.llvm.org/ -Requires: clang%{_sonum}-checker = %{version} -Provides: llvm-clang-checker = %{version} -Obsoletes: llvm-clang-checker < %{version} - -%description -n clang-checker -This package contains scan-build and scan-view, command line -static code analyzers for CLANG. - -This package is a dummy package that depends on the version of -clang-checker that openSUSE currently supports. Packages that -don't require a specific Clang version should depend on this. - %package -n clang-devel Summary: CLANG frontend for LLVM (devel package) Group: Development/Libraries/C and C++ @@ -263,9 +247,6 @@ echo "This is a dummy package to provide a dependency on the system compiler." > %files -n clang %doc README -%files -n clang-checker -%doc README - %files gold %doc README