File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,19 @@ License: MIT
1717URL: https://github.com/Olf0/%{name }
1818Source: https://github.com/Olf0/%{name }/archive/%{version }/%{name }-%{version }.tar.gz
1919# rpmbuild (as of v4.14.1) handles the Icon tag awkwardly and in contrast to the Source tag(s):
20- # It only accepts a GIF or XPM file (successfully tested GIF89a and XPMv3, but an XPM icon results
21- # in a bad visual quality and large file size) in the SOURCE directory (but not in the tarball)!
20+ # It only accepts a GIF or XPM file (a path is stripped to its basename) in the SOURCE directory
21+ # (but not in the tarball)! Successfully tested GIF89a and XPMv3, but an XPM icon results in
22+ # bad visual quality and large file size.
2223# Hence only to be used, when the file is put there:
23- # Icon: smartmedia_unmount.256x256.gif
24+ #Icon: smartmedia_unmount.256x256.gif
2425BuildArch: noarch
2526Requires: systemd
2627Requires: udisks2 >= 2.8.1+git5-1.12.1.jolla
2728# Better use direct dependencies than indirect ones (here: the line above versus the one below), but
2829# ultimately decided to use both in this case:
2930Requires: sailfish-version >= 3.2.1
3031# Omit anti-dependency on future, untested SFOS versions, until a known conflict exists:
31- # Requires: sailfish-version < 3.9.9
32+ # Requires: sailfish-version < 3.9.9
3233
3334%description
3435%{summary }
You can’t perform that action at this time.
0 commit comments