Fix name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user