forked from pool/libXpm
- require compress (ncompress package) on openSUSE; it's not
- improved latest changelog entry (better explnation) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXpm?expand=0&rev=25
This commit is contained in:
parent
9d14d04f42
commit
78c0e38f51
@ -1,7 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 12 16:01:36 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- require compress (ncompress package) on openSUSE; it's not
|
||||||
|
supported on SLE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 12 13:39:54 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
Wed Apr 12 13:39:54 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
- Drop n_no-compress-on-sle.patch and set XPM_PATH_COMPRESS instead
|
- Drop n_no-compress-on-sle.patch and set XPM_PATH_COMPRESS instead
|
||||||
|
(xpmPipeThrough function returns NULL when the command is not
|
||||||
|
available; so same result as with the patch applied; that the
|
||||||
|
child process for executing 'compress' returns with exit(1)
|
||||||
|
doesn't matter much; it might even be useful to see the error
|
||||||
|
message ...)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 12 11:59:25 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
Wed Apr 12 11:59:25 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
@ -51,9 +51,12 @@ storing/retrieving X pixmaps to/from files.
|
|||||||
Summary: X Pixmap image file format library
|
Summary: X Pixmap image file format library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# Invokes 'gzip' and 'uncompress' at runtime.
|
# Invokes 'gzip' and 'uncompress' at runtime.
|
||||||
# 'compress' is not available on SLE and unlikely used.
|
|
||||||
Requires: /usr/bin/gzip
|
Requires: /usr/bin/gzip
|
||||||
Requires: /usr/bin/uncompress
|
Requires: /usr/bin/uncompress
|
||||||
|
# 'compress' (ncompress package) is not available on SLE
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
|
Requires: /usr/bin/compress
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
libXpm facilitates working with XPM (X PixMap), a format for
|
libXpm facilitates working with XPM (X PixMap), a format for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user