From 3187ae15d6528b8abdb8c630a434122af7aa4e0a Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Fri, 11 Apr 2025 15:46:22 -0700 Subject: [PATCH] Fixed RPM spec license. --- leocad.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/leocad.spec b/leocad.spec index 514adcaa..2ad81053 100644 --- a/leocad.spec +++ b/leocad.spec @@ -18,7 +18,7 @@ Summary: CAD program for creating virtual LEGO models Name: leocad -URL: http://leocad.org +URL: https://leocad.org %if 0%{?suse_version} || 0%{?sles_version} Group: Productivity/Graphics/Viewers %endif @@ -35,10 +35,10 @@ Release: .%{?dist} Release: 1%{?dist} %endif %if 0%{?mdkversion} || 0%{?rhel_version} || 0%{?fedora} || 0%{?centos_version} || 0%{?scientificlinux_version} || 0%{?mageia} -License: GPLv2+ +License: GPLv2 %endif %if 0%{?suse_version} || 0%{?sles_version} -License: GPL-2.0+ +License: GPL-2.0 BuildRequires: fdupes %endif Packager: Peter Bartfai