From e0aa926a5e4cd89a07b93de751499450d38d8ade Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Sat, 11 Mar 2023 17:09:09 +0100 Subject: [PATCH] Change the License tag to the SPDX format --- urlview.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/urlview.spec b/urlview.spec index 8c59656..55e0d5d 100644 --- a/urlview.spec +++ b/urlview.spec @@ -3,10 +3,10 @@ %global gitrev %(c=%{gitfullrev}; echo ${c:0:6}) Name: urlview Version: 0.9 -Release: 33.%{gitdate}git%{gitrev}%{?dist} +Release: 34.%{gitdate}git%{gitrev}%{?dist} Summary: URL extractor/launcher -License: GPLv2+ +License: GPL-2.0-only AND GPL-2.0-or-later URL: https://github.com/sigpipe/urlview Source0: https://github.com/sigpipe/urlview/archive/%{gitrev}/urlview-%{gitrev}.tar.gz @@ -50,6 +50,9 @@ echo '.so man1/urlview.1' > $RPM_BUILD_ROOT%{_mandir}/man1/url_handler.sh.1 %{_mandir}/man5/urlview.conf.5* %changelog +* Sat Mar 11 2023 Tomas Korbar - 0.9-34.20131022git08767a +- Change the License tag to the SPDX format + * Sat Jan 21 2023 Fedora Release Engineering - 0.9-33.20131022git08767a - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild