From a16e12bb5a59d2b839767dca5645c1f6db7b1807 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 18 Dec 2024 07:59:03 -0700 Subject: [PATCH] Fix name --- python-Bottleneck.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 851bf11..f222e11 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -1,6 +1,6 @@ %global upname bottleneck -Name: python-%{upname} +Name: python-Bottleneck Version: 1.4.2 Release: 1%{?dist} Summary: Collection of fast NumPy array functions written in Cython @@ -28,7 +28,7 @@ BuildArch: noarch This package contains the HTML-docs for %{name}. -%package -n python3-%{upname} +%package -n python3-Bottleneck Summary: Collection of fast NumPy array functions written in Cython BuildRequires: python3-devel @@ -42,10 +42,8 @@ BuildRequires: python3-sphinx Requires: python3-numpy%{?_isa} Requires: python3-scipy%{?_isa} -%{?python_provide:%python_provide python3-%{upname}} - -%description -n python3-%{upname} -python3-%{upname} is a collection of fast NumPy array functions +%description -n python3-Bottleneck +python3-Bottleneck is a collection of fast NumPy array functions written in Cython. @@ -95,7 +93,7 @@ rm -rf %{buildroot}%{python3_sitearch}/.pytest_cache %doc README* RELEASE* doc/html -%files -n python3-%{upname} +%files -n python3-Bottleneck %license LICENSE %doc README* RELEASE* %{python3_sitearch}/bottleneck