Skip to content

Commit

Permalink
Enhancing "icon comment"
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Aug 31, 2020
1 parent a1d13e5 commit 4e89cff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rpm/sfos-upgrade.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e89cff

Please sign in to comment.