Adjust URL: and License: tags

The default `License:`-tag on the top-level llvm package is
`Apache-2.0 WITH LLVM-exception OR NCSA` and the default `URL:`-tag is
`http://llvm.org`.

These will be inherited by all sub-packages and so we only need to list
exceptions in the spec file.
This commit is contained in:
Konrad Kleine 2024-05-10 05:57:26 +00:00 committed by Timm Bäder
parent 9824dd05a0
commit ef9dd63bab

View file

@ -87,9 +87,6 @@ LLVM's modified googletest sources.
%package -n %{pkg_name_clang}
Summary: A C language family front-end for LLVM
License: Apache-2.0 WITH LLVM-exception OR NCSA
URL: http://llvm.org
BuildRequires: libxml2-devel
BuildRequires: perl-generators
@ -245,7 +242,6 @@ Requires: python3
Summary: LLVM "compiler-rt" runtime libraries
License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
URL: http://llvm.org
BuildRequires: python3
@ -268,7 +264,6 @@ instrumentation, and Blocks C language extension.
%package -n %{pkg_name_libomp}
Summary: OpenMP runtime for clang
License: Apache-2.0 WITH LLVM-exception OR NCSA
URL: http://openmp.llvm.org
# For clang-offload-packager
@ -285,6 +280,9 @@ OpenMP runtime for clang.
%package -n %{pkg_name_libomp}-devel
Summary: OpenMP header files
URL: http://openmp.llvm.org
Requires: %{name}%{?isa} = %{version}-%{release}
Requires: clang-resource-filesystem%{?isa} = %{version}
@ -306,9 +304,6 @@ URL: http://openmp.llvm.org
%package -n %{pkg_name_lld}
Summary: The LLVM Linker
License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
URL: http://llvm.org
BuildRequires: clang
BuildRequires: cmake
BuildRequires: ninja-build