Accepting request 710205 from home:aaronpuchert

Changes to metadata and an update for the packaging guidelines. They were referring to packages llvmX_Y, but we have llvmX now.

OBS-URL: https://build.opensuse.org/request/show/710205
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=523
This commit is contained in:
Martin Pluskal
2019-06-17 07:30:19 +00:00
committed by Git OBS Bridge
parent c45115f413
commit 585fdfdfbb
3 changed files with 76 additions and 69 deletions

View File

@@ -36,7 +36,7 @@ Release: 0
Summary: Low Level Virtual Machine
License: NCSA
Group: Development/Languages/Other
URL: https://www.llvm.org
URL: https://www.llvm.org/
# This file documents the process for updating llvm
Source0: README.packaging
Source101: baselibs.conf
@@ -77,7 +77,7 @@ don't require a specific LLVM version should depend on this.
%package devel
Summary: Header Files for LLVM
Group: Development/Languages/Other
Group: Development/Libraries/C and C++
Requires: llvm%{_sonum}-devel = %{version}
%if %{with gold}
Requires: llvm-gold
@@ -93,7 +93,8 @@ don't require a specific LLVM version should depend on this.
%package -n clang
Summary: CLANG frontend for LLVM
Group: Development/Languages/Other
Group: Development/Languages/C and C++
Url: https://clang.llvm.org/
Requires: clang%{_sonum} = %{version}
Provides: llvm-clang = %{version}
Obsoletes: llvm-clang < %{version}
@@ -107,7 +108,8 @@ don't require a specific Clang version should depend on this.
%package -n clang-checker
Summary: Static code analyzer for CLANG
Group: Development/Languages/Other
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}
@@ -122,7 +124,7 @@ don't require a specific Clang version should depend on this.
%package -n clang-devel
Summary: CLANG frontend for LLVM (devel package)
Group: Development/Languages/Other
Group: Development/Libraries/C and C++
Requires: clang%{_sonum}-devel = %{version}
Provides: llvm-clang-devel = %{version}
Obsoletes: llvm-clang-devel < %{version}
@@ -139,7 +141,7 @@ 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
Group: Development/Libraries/C and C++
Requires: llvm%{_sonum}-LTO-devel = %{version}
%description LTO-devel
@@ -153,7 +155,7 @@ don't require a specific LLVM version should depend on this.
%if %{with gold}
%package gold
Summary: Gold linker plugin for LLVM
Group: Development/Languages/Other
Group: Development/Tools/Building
Requires: llvm%{_sonum}-gold = %{version}
%description gold
@@ -193,6 +195,7 @@ don't require a specific LLVM version should depend on this.
%package -n lldb
Summary: Software debugger built using LLVM libraries
Group: Development/Tools/Debuggers
Url: https://lldb.llvm.org/
Requires: lldb%{_sonum} = %{version}
%description -n lldb
@@ -207,7 +210,7 @@ don't require a specific LLDB version should depend on this.
%package -n lldb-devel
Summary: Development files for LLDB
Group: Development/Languages/Other
Group: Development/Libraries/C and C++
Requires: lldb%{_sonum}-devel = %{version}
%description -n lldb-devel
@@ -219,7 +222,7 @@ don't require a specific LLDB version should depend on this.
%package -n python3-lldb
Summary: Python bindings for liblldb
Group: Development/Languages/Python
Group: Development/Libraries/Python
Requires: python3-lldb%{_sonum} = %{version}
%description -n python3-lldb
@@ -232,6 +235,7 @@ don't require a specific LLDB version should depend on this.
%package -n lld
Summary: Linker for Clang/LLVM
Group: Development/Tools/Building
Url: https://lld.llvm.org/
Requires: lld%{_sonum} = %{version}
%description -n lld