From dd92ead7d38465b8bea5729deb5703487a5f76c245556da77a3677aaa02afaf9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 31 Dec 2024 16:13:23 +0100 Subject: [PATCH] Do away with em dashes in summaries --- tbb.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tbb.spec b/tbb.spec index f4d1007..454fec4 100644 --- a/tbb.spec +++ b/tbb.spec @@ -81,7 +81,7 @@ oneTBB provides you with functions, interfaces, and classes to parallelize and scale the code. %package -n libtbb%{so_ver} -Summary: oneAPI Threading Building Blocks (oneTBB) - Core Library +Summary: Core library for oneAPI Threading Building Blocks Group: System/Libraries Provides: %{name} = %{version} Provides: onetbb = %{version} @@ -97,7 +97,7 @@ scale the code. This package provides the core shared library corresponding to oneTBB. %package -n libtbbmalloc%{so_ver_malloc} -Summary: oneAPI Threading Building Blocks (oneTBB) - Memory Allocator Library +Summary: Memory allocator library for oneAPI Threading Building Blocks Group: System/Libraries Provides: %{name} = %{version} Obsoletes: %{name} < %{version} @@ -112,7 +112,7 @@ scale the code. This package provides the oneTBB memory allocator shared library. %package -n libirml%{so_ver_irml} -Summary: oneAPI Threading Building Blocks (oneTBB) - IPC Library +Summary: IPC library for oneAPI Threading Building Blocks Group: System/Libraries %description -n libirml%{so_ver_irml} @@ -126,7 +126,7 @@ This subpackage provides the library required in order to enable inter-process (IPC) coordination between oneTBB schedulers for the oneTBB python module. %package -n libtbbbind%{tbbbind_suffix}-%{so_ver_bind} -Summary: oneAPI Threading Building Blocks (oneTBB) - NUMA Support Library +Summary: NUMA support library for oneAPI Threading Building Blocks Group: System/Libraries %description -n libtbbbind%{tbbbind_suffix}-%{so_ver_bind} @@ -140,7 +140,7 @@ The NUMA support library for oneTBB. %if 0%{?python_subpackage_only} %package -n python-%{name} -Summary: oneAPI Threading Building Blocks (oneTBB) - Python Bindings +Summary: Python bindings for oneAPI Threading Building Blocks Group: Development/Languages/Python Requires: libirml%{so_ver_irml} @@ -156,7 +156,7 @@ This package contains python %{python_version} bindings for oneTBB. %else %package -n python3-%{name} -Summary: oneAPI Threading Building Blocks (oneTBB) - Python 3 Bindings +Summary: Python 3 bindings for oneAPI Threading Building Blocks Group: Development/Languages/Python Requires: libirml%{so_ver_irml}