SHA256
6
0
forked from pool/tbb

Do away with em dashes in summaries

This commit is contained in:
Jan Engelhardt 2024-12-31 16:13:23 +01:00
parent 0485d81d0d
commit dd92ead7d3

View File

@ -81,7 +81,7 @@ oneTBB provides you with functions, interfaces, and classes to parallelize and
scale the code. scale the code.
%package -n libtbb%{so_ver} %package -n libtbb%{so_ver}
Summary: oneAPI Threading Building Blocks (oneTBB) - Core Library Summary: Core library for oneAPI Threading Building Blocks
Group: System/Libraries Group: System/Libraries
Provides: %{name} = %{version} Provides: %{name} = %{version}
Provides: onetbb = %{version} Provides: onetbb = %{version}
@ -97,7 +97,7 @@ scale the code.
This package provides the core shared library corresponding to oneTBB. This package provides the core shared library corresponding to oneTBB.
%package -n libtbbmalloc%{so_ver_malloc} %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 Group: System/Libraries
Provides: %{name} = %{version} Provides: %{name} = %{version}
Obsoletes: %{name} < %{version} Obsoletes: %{name} < %{version}
@ -112,7 +112,7 @@ scale the code.
This package provides the oneTBB memory allocator shared library. This package provides the oneTBB memory allocator shared library.
%package -n libirml%{so_ver_irml} %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 Group: System/Libraries
%description -n libirml%{so_ver_irml} %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. (IPC) coordination between oneTBB schedulers for the oneTBB python module.
%package -n libtbbbind%{tbbbind_suffix}-%{so_ver_bind} %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 Group: System/Libraries
%description -n libtbbbind%{tbbbind_suffix}-%{so_ver_bind} %description -n libtbbbind%{tbbbind_suffix}-%{so_ver_bind}
@ -140,7 +140,7 @@ The NUMA support library for oneTBB.
%if 0%{?python_subpackage_only} %if 0%{?python_subpackage_only}
%package -n python-%{name} %package -n python-%{name}
Summary: oneAPI Threading Building Blocks (oneTBB) - Python Bindings Summary: Python bindings for oneAPI Threading Building Blocks
Group: Development/Languages/Python Group: Development/Languages/Python
Requires: libirml%{so_ver_irml} Requires: libirml%{so_ver_irml}
@ -156,7 +156,7 @@ This package contains python %{python_version} bindings for oneTBB.
%else %else
%package -n python3-%{name} %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 Group: Development/Languages/Python
Requires: libirml%{so_ver_irml} Requires: libirml%{so_ver_irml}