Browse Source

avoid deadlock through dependency on a particular ghostscript version

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
2e6805c346
  1. 6
      libwmf/libwmf.spec

6
libwmf/libwmf.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
Group: Graphics Group: Graphics
License: LGPL License: LGPL
Version: %{V_libwmf} Version: %{V_libwmf}
Release: 20030410 Release: 20030617
# list of sources # list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/wvware/libwmf-%{V_libwmf}.tar.gz Source0: http://osdn.dl.sourceforge.net/sourceforge/wvware/libwmf-%{V_libwmf}.tar.gz
@ -45,8 +45,8 @@ Source0: http://osdn.dl.sourceforge.net/sourceforge/wvware/libwmf-%{V_libwm
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, X11, libxml, freetype, zlib, png, jpeg, gd, ghostscript = %{V_ghostscript} BuildPreReq: OpenPKG, openpkg >= 20020206, X11, libxml, freetype, zlib, png, jpeg, gd, ghostscript >= %{V_ghostscript}
PreReq: OpenPKG, openpkg >= 20020206, X11, libxml, freetype, zlib, png, jpeg, gd, ghostscript = %{V_ghostscript} PreReq: OpenPKG, openpkg >= 20020206, X11, libxml, freetype, zlib, png, jpeg, gd, ghostscript >= %{V_ghostscript}
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no

Loading…
Cancel
Save