forked from pool/llvm15
Accepting request 1130466 from devel:tools:compiler
- Manage clang-cpp with update-alternatives like other binaries. OBS-URL: https://build.opensuse.org/request/show/1130466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm15?expand=0&rev=11
This commit is contained in:
commit
953a93ecc9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 22:53:03 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Manage clang-cpp with update-alternatives like other binaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 21:04:06 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
|
@ -217,6 +217,7 @@
|
||||
clang++ \
|
||||
clang-check \
|
||||
clang-cl \
|
||||
clang-cpp \
|
||||
clang-extdef-mapping \
|
||||
clang-format \
|
||||
clang-linker-wrapper \
|
||||
@ -1546,7 +1547,6 @@ fi
|
||||
%{_bindir}/clang-%{_sonum}
|
||||
%{_bindir}/clang++-%{_minor}
|
||||
%{_bindir}/clang++-%{_sonum}
|
||||
%{_bindir}/clang-cpp
|
||||
%{lapply -p bin_path %clang_ua_anchor %clang_binfiles}
|
||||
%{lapply -p bin_path %clang_tools_extra_binfiles}
|
||||
%{lapply -p bin_relver_path %clang_ua_anchor %clang_binfiles}
|
||||
|
Loading…
Reference in New Issue
Block a user