Remove useless %global

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-10-18 10:38:56 +02:00
commit adc1676510

View file

@ -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