Remove useless %global
This commit is contained in:
parent
b65ad55bbf
commit
adc1676510
1 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
%global srcname nixio
|
||||
%global sum Python bindings for NIX
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.4.6
|
||||
Release: 2%{?dist}
|
||||
Summary: %{sum}
|
||||
Summary: Python bindings for NIX
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/G-node/nixpy
|
||||
|
|
@ -27,7 +26,7 @@ The current implementations store the actual data using the HDF5 file format as
|
|||
a storage backend.
|
||||
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{sum}
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: %{py3_dist pytest numpy h5py pytest-runner}
|
||||
Requires: %{py3_dist numpy h5py}
|
||||
|
|
@ -45,7 +44,7 @@ The current implementations store the actual data using the HDF5 file format as
|
|||
a storage backend.
|
||||
|
||||
%package doc
|
||||
Summary: %{sum}
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-sphinx
|
||||
|
||||
%description doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue