From cc68af01660aca5999c09f5fdefe91d208a11379 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Fri, 10 May 2024 05:57:26 +0000 Subject: [PATCH] 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. --- packages.spec.inc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/packages.spec.inc b/packages.spec.inc index c6454ce..8a8b6ec 100644 --- a/packages.spec.inc +++ b/packages.spec.inc @@ -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