From adc1676510643db25089460a8e6b371d48ff4e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 18 Oct 2018 10:38:56 +0200 Subject: [PATCH] Remove useless %global --- python-nixio.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-nixio.spec b/python-nixio.spec index 90d3442..a012fdf 100644 --- a/python-nixio.spec +++ b/python-nixio.spec @@ -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