Use SPDX license tag

This commit is contained in:
Sandro Mani 2022-11-18 22:29:44 +01:00
commit 843c73c804

View file

@ -9,7 +9,7 @@ Version: 2.1.1
Release: 1%{?dist}
Summary: Qt widget for plotting and data visualization
License: GPLv3+
License: GPL-3.0-or-later
URL: http://www.qcustomplot.com/
Source0: http://www.qcustomplot.com/release/%{version}%{?pre:-%pre}/QCustomPlot.tar.gz
Source1: %{name}.pro
@ -102,7 +102,7 @@ includedir=%{_includedir}
Name: %{name}
Description: %{summary}
Version: 2.1.1
Version: %{version}
Cflags: -I\${includedir}
Libs: -L\${libdir} -lqcustomplot
EOF
@ -114,15 +114,11 @@ includedir=%{_includedir}
Name: %{name}-qt5
Description: %{summary}
Version: 2.1.1
Version: %{version}
Cflags: -I\${includedir}
Libs: -L\${libdir} -lqcustomplot-qt5
EOF
%ldconfig_scriptlets
%ldconfig_scriptlets qt5
%files
%license GPL.txt