forked from pool/rrdtool
replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rrdtool?expand=0&rev=37
This commit is contained in:
parent
150579caa5
commit
78163fa20b
10
rrdtool.spec
10
rrdtool.spec
@ -31,7 +31,7 @@ BuildRequires: lua-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Version: 1.4.5
|
Version: 1.4.5
|
||||||
@ -161,7 +161,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
#%{_datadir}/%{name}
|
#%{_datadir}/%{name}
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: A tool for data logging and analysis - Development files
|
Summary: A tool for data logging and analysis - Development files
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
@ -181,7 +181,7 @@ definable time period.
|
|||||||
%{_libdir}/pkgconfig/librrd.pc
|
%{_libdir}/pkgconfig/librrd.pc
|
||||||
|
|
||||||
%package -n python-rrdtool
|
%package -n python-rrdtool
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Python bindings for rrdtool
|
Summary: Python bindings for rrdtool
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
@ -202,7 +202,7 @@ This package contains the Python bindings
|
|||||||
%if 0%{?has_lua}
|
%if 0%{?has_lua}
|
||||||
|
|
||||||
%package -n lua-rrdtool
|
%package -n lua-rrdtool
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Lua bindings for rrdtool
|
Summary: Lua bindings for rrdtool
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
@ -224,7 +224,7 @@ This package contains the Lua bindings
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n tcl-rrdtool
|
%package -n tcl-rrdtool
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Tcl bindings for rrdtool
|
Summary: Tcl bindings for rrdtool
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Requires: tcl
|
Requires: tcl
|
||||||
|
Loading…
Reference in New Issue
Block a user