From 556a9785f900d6c0e2a72a3f5545fb213be2bbc3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:32 +0100 Subject: [PATCH 1/4] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xtv.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xtv.spec b/xtv.spec index 412c2aa..162b95f 100644 --- a/xtv.spec +++ b/xtv.spec @@ -3,7 +3,6 @@ Version: 1.0 Release: 4%{?dist} Summary: A file manager for the Linux console/xterm -Group: Applications/Productivity License: GPLv3+ URL: http://sites.google.com/site/mohammedisam2000/home/projects Source0: http://sites.google.com/site/mohammedisam2000/home/projects/%{name}-%{version}.tar.gz From 558e22cd6645b5319d6df7e806aebd714787f8c3 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:41:38 +0000 Subject: [PATCH 2/4] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xtv.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xtv.spec b/xtv.spec index 162b95f..f2df815 100644 --- a/xtv.spec +++ b/xtv.spec @@ -7,6 +7,7 @@ License: GPLv3+ URL: http://sites.google.com/site/mohammedisam2000/home/projects Source0: http://sites.google.com/site/mohammedisam2000/home/projects/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: cmake cups-devel cups %description From 9ff21a2f7304e8d13c26aa47e698f9e1b8cf597c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:26:26 +0000 Subject: [PATCH 3/4] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xtv.spec b/xtv.spec index f2df815..88677e4 100644 --- a/xtv.spec +++ b/xtv.spec @@ -1,6 +1,6 @@ Name: xtv Version: 1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A file manager for the Linux console/xterm License: GPLv3+ @@ -35,6 +35,10 @@ install -D info/xtv.info %{buildroot}%{_infodir}/xtv.info %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 1.0-5 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From d96006acc27926774efa650970739f13db26b830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 13:34:33 +0200 Subject: [PATCH 4/4] convert GPLv3+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xtv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xtv.spec b/xtv.spec index 88677e4..cbc536a 100644 --- a/xtv.spec +++ b/xtv.spec @@ -1,9 +1,10 @@ Name: xtv Version: 1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A file manager for the Linux console/xterm -License: GPLv3+ +# Automatically converted from old format: GPLv3+ - review is highly recommended. +License: GPL-3.0-or-later URL: http://sites.google.com/site/mohammedisam2000/home/projects Source0: http://sites.google.com/site/mohammedisam2000/home/projects/%{name}-%{version}.tar.gz @@ -35,6 +36,9 @@ install -D info/xtv.info %{buildroot}%{_infodir}/xtv.info %changelog +* Thu Jul 25 2024 Miroslav Suchý - 1.0-6 +- convert license to SPDX + * Tue Jul 27 2021 Fedora Release Engineering - 1.0-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild