From 4e89cff8d05f8171d4de25dfdeb947af8267e0a5 Mon Sep 17 00:00:00 2001 From: olf Date: Mon, 31 Aug 2020 18:09:44 +0200 Subject: [PATCH] Enhancing "icon comment" --- rpm/sfos-upgrade.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpm/sfos-upgrade.spec b/rpm/sfos-upgrade.spec index f248bfc..77e73b0 100644 --- a/rpm/sfos-upgrade.spec +++ b/rpm/sfos-upgrade.spec @@ -18,8 +18,9 @@ License: MIT URL: https://github.com/Olf0/%{name} Source: https://github.com/Olf0/%{name}/archive/%{version}/%{name}-%{version}.tar.gz # rpmbuild (as of v4.14.1) handles the Icon tag awkwardly and in contrast to the Source tag(s): -# It only accepts a GIF or XPM file (successfully tested GIF89a and XPMv3, but an XPM icon results -# in a bad visual quality and large file size) in the SOURCE directory (but not in the tarball)! +# It only accepts a GIF or XPM file (a path is stripped to its basename) in the SOURCE directory +# (but not in the tarball)! Successfully tested GIF89a and XPMv3, but an XPM icon results in +# bad visual quality and large file size. # Hence only to be used, when the file is put there: #Icon: up.256x256.gif BuildArch: noarch