diff --git a/qcustomplot.spec b/qcustomplot.spec index dd49621..45c8ab7 100644 --- a/qcustomplot.spec +++ b/qcustomplot.spec @@ -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