Use SPDX license tag
This commit is contained in:
parent
c3e1c71979
commit
843c73c804
1 changed files with 3 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue