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
This commit is contained in:
Martin Pluskal
2020-03-11 09:42:47 +00:00
committed by Git OBS Bridge
parent 6150d3f151
commit 5e08489240
3 changed files with 9 additions and 21 deletions

View File

@@ -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