Migrate to SPDX license

This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_3
This commit is contained in:
Miroslav Suchý 2023-12-24 09:37:24 +00:00
parent a2490c9fdb
commit c3c6a4b880

View File

@ -2,7 +2,7 @@ Name: flatpak-xdg-utils
Summary: Command-line tools for use inside Flatpak sandboxes
Version: 1.0.5
Release: 4%{?dist}
License: LGPLv2+
License: LGPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://github.com/flatpak/flatpak-xdg-utils
Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
@ -18,7 +18,7 @@ Flatpak sandboxes. They work by talking to portals.
%package -n flatpak-spawn
Summary: Command-line frontend for the org.freedesktop.Flatpak service
License: LGPLv2+
License: LGPL-2.1-or-later
%description -n flatpak-spawn
This package contains the flatpak-spawn command-line utility. It can be
@ -27,7 +27,7 @@ run commands on the host, or use one of the session or system helpers.
%package tests
Summary: Tests for %{name}
License: LGPLv2+
License: LGPL-2.1-or-later AND MIT
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: flatpak-spawn%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}