Accepting request 783713 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/783713 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=110
This commit is contained in:
commit
7bcfe5ef9e
@ -143,8 +143,8 @@ needs to be modified.
|
|||||||
%bcond_without/%bcond_with libcxx in llvmX.spec
|
%bcond_without/%bcond_with libcxx in llvmX.spec
|
||||||
and make it always %bcond_with. If the .so numbers
|
and make it always %bcond_with. If the .so numbers
|
||||||
have changed, these can be left-as-is.
|
have changed, these can be left-as-is.
|
||||||
3. Change "%bcond_without pyclang" to
|
3. Change "%bcond_without clang_scripts" to
|
||||||
"%bcond_with pyclang" in llvmX.spec.
|
"%bcond_with clang_scripts" in llvmX.spec.
|
||||||
4. Confirm everything builds successfully and there are
|
4. Confirm everything builds successfully and there are
|
||||||
no new rpmlint issues.
|
no new rpmlint issues.
|
||||||
5. Update the llvmX.changes file.
|
5. Update the llvmX.changes file.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 7 22:41:55 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
- 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 <aaronpuchert@alice-dsl.net>
|
Wed Jan 29 22:33:02 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
19
llvm.spec
19
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
|
clang that openSUSE currently supports. Packages that
|
||||||
don't require a specific Clang version should depend on this.
|
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
|
%package -n clang-devel
|
||||||
Summary: CLANG frontend for LLVM (devel package)
|
Summary: CLANG frontend for LLVM (devel package)
|
||||||
Group: Development/Libraries/C and C++
|
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
|
%files -n clang
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%files -n clang-checker
|
|
||||||
%doc README
|
|
||||||
|
|
||||||
%files gold
|
%files gold
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user