Browse Source

upgrade JPEG library

master
parent
commit
56e6caf624
  1. 8
      ghostscript/ghostscript.spec

8
ghostscript/ghostscript.spec

@ -26,7 +26,7 @@
%define V_comp 870
%define V_font_std 8.11
%define V_font_other 6.0
%define V_jpeg 6b
%define V_jpeg 8
%define V_png 1.4.0
%define V_zlib 1.2.3
@ -41,7 +41,7 @@ Class: BASE
Group: Postscript
License: GPL
Version: %{V_real}
Release: 20100105
Release: 20100116
# package options
%option with_x11 yes
@ -49,7 +49,7 @@ Release: 20100105
# list of sources
Source0: http://switch.dl.sourceforge.net/ghostscript/ghostscript-%{V_real}.tar.bz2
Source1: ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v%{V_jpeg}.tar.gz
Source1: http://www.ijg.org/files/jpegsrc.v%{V_jpeg}.tar.gz
Source2: http://switch.dl.sourceforge.net/sourceforge/libpng/libpng-%{V_png}.tar.gz
Source3: http://www.zlib.net/zlib-%{V_zlib}.tar.gz
Source4: http://switch.dl.sourceforge.net/ghostscript/ghostscript-fonts-std-%{V_font_std}.tar.gz
@ -84,7 +84,7 @@ AutoReqProv: no
}
prog ghostscript:jpegsrc = {
version = v%{V_jpeg}
url = ftp://ftp.uu.net/graphics/jpeg/
url = http://www.ijg.org/files/
regex = jpegsrc.(__VER__)\.tar\.gz
}
prog ghostscript:png = {

Loading…
Cancel
Save