|
|
@@ -27,7 +27,7 @@
|
|
|
%define V_font_std 8.11
|
|
|
%define V_font_other 6.0
|
|
|
%define V_jpeg 8
|
|
|
-%define V_png 1.4.0
|
|
|
+%define V_png 1.4.1
|
|
|
%define V_zlib 1.2.3
|
|
|
|
|
|
# package information
|
|
|
@@ -41,7 +41,7 @@ Class: BASE
|
|
|
Group: Postscript
|
|
|
License: GPL
|
|
|
Version: %{V_real}
|
|
|
-Release: 20100116
|
|
|
+Release: 20100226
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 yes
|
|
|
@@ -120,7 +120,7 @@ AutoReqProv: no
|
|
|
esac
|
|
|
cd ghostscript-%{version}
|
|
|
%if "%{with_x11}" == "yes"
|
|
|
- x11_inc="-I`%{l_rc} --query x11_incdir`"
|
|
|
+ x11_inc="-Ijpeg -I`%{l_rc} --query x11_incdir`"
|
|
|
x11_lib="-L`%{l_rc} --query x11_libdir`"
|
|
|
x11_ext=""
|
|
|
[ -f `%{l_rc} --query x11_libdir`/libSM.a ] && x11_ext="$x11_ext -lSM"
|