[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #49952] Incorrect license in appdata file
From: |
Orion Poplawski |
Subject: |
[Octave-bug-tracker] [bug #49952] Incorrect license in appdata file |
Date: |
Thu, 29 Dec 2016 16:36:24 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
URL:
<http://savannah.gnu.org/bugs/?49952>
Summary: Incorrect license in appdata file
Project: GNU Octave
Submitted by: opoplawski
Submitted on: Thu 29 Dec 2016 04:36:23 PM GMT
Category: Configuration and Build System
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Installation Failure
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.2.0
Operating System: GNU/Linux
_______________________________________________________
Details:
https://bugzilla.redhat.com/show_bug.cgi?id=1293561
--- Comment #13 from Kalev Lember <address@hidden> ---
I looked at why octave isn't still showing up in the appstream metadata and
apparently it's now erroring out because the <license> isn't a valid SPDX
license:
AppData
./tmp/fedora-26/octave-4.2.0-11.fc26/usr/share/appdata/www.octave.org-octave.appdata.xml
license 'GPLv3+' invalid
+--- octave-4.2.0/etc/icons/octave.appdata.xml.in.appdata 2016-11-13
16:16:10.000000000 +0100
++++ octave-4.2.0/etc/icons/octave.appdata.xml.in 2016-12-29
14:54:32.389932341 +0100
+@@ -17,7 +17,7 @@
+ -->
+ <application>
+ <id type="desktop">%OCTAVE_DESKTOP_FILE%</id>
+- <licence>GPLv3+</licence>
++ <licence>GPL-3.0+</licence>
+ <name>GNU Octave</name>
+ <summary>Interactive programming environment for numerical
computations</summary>
+ <description>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49952>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #49952] Incorrect license in appdata file,
Orion Poplawski <=