OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Mar-2007 11:34:27
Branch: HEAD Handle: 2007032310342700
Modified files:
openpkg-src/ghostscript ghostscript.spec
Log:
upgrading package: ghostscript 8.54 -> 8.56
Summary:
Revision Changes Path
1.89 +12 -12 openpkg-src/ghostscript/ghostscript.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.88 -r1.89 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 31 Jan 2007 19:14:46 -0000
1.88
+++ openpkg-src/ghostscript/ghostscript.spec 23 Mar 2007 10:34:27 -0000
1.89
@@ -23,8 +23,8 @@
##
# package versions
-%define V_real 8.54
-%define V_comp 854
+%define V_real 8.56
+%define V_comp 856
%define V_font_std 8.11
%define V_font_other 6.0
%define V_jpeg 6b
@@ -34,7 +34,7 @@
# package information
Name: ghostscript
Summary: Ghostscript, Postscript and PDF Rendering Engine
-URL: http://www.cs.wisc.edu/~ghost/
+URL: http://www.ghostscript.com/
Vendor: Aladdin Enterprises
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
@@ -42,14 +42,14 @@
Group: Postscript
License: GPL
Version: %{V_real}
-Release: 20070131
+Release: 20070323
# package options
%option with_x11 yes
%option with_a4 yes
# list of sources
-Source0:
http://switch.dl.sourceforge.net/ghostscript/ghostscript-%{V_real}-gpl.tar.bz2
+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
Source2:
http://switch.dl.sourceforge.net/sourceforge/libpng/libpng-%{V_png}.tar.gz
Source3: http://www.zlib.net/zlib-%{V_zlib}.tar.gz
@@ -81,7 +81,7 @@
prog ghostscript = {
version = %{version}
url = http://prdownloads.sourceforge.net/ghostscript/
- regex = ghostscript-(__VER__)-gpl\.tar\.bz2
+ regex = ghostscript-(__VER__)\.tar\.bz2
}
prog ghostscript:jpegsrc = {
version = v%{V_jpeg}
@@ -106,10 +106,10 @@
%setup -q -T -D -a 3
%setup -q -T -D -a 4
%setup -q -T -D -a 5
- mv jpeg-%{V_jpeg} ghostscript-%{version}-gpl/jpeg
- mv libpng-%{V_png} ghostscript-%{version}-gpl/libpng
- mv zlib-%{V_zlib} ghostscript-%{version}-gpl/zlib
- %patch -p0 -d ghostscript-%{version}-gpl
+ mv jpeg-%{V_jpeg} ghostscript-%{version}/jpeg
+ mv libpng-%{V_png} ghostscript-%{version}/libpng
+ mv zlib-%{V_zlib} ghostscript-%{version}/zlib
+ %patch -p0 -d ghostscript-%{version}
%build
mtcflags=""
@@ -119,7 +119,7 @@
*-linux* ) mtcflags=""; mtldflags="-lpthread" ;;
*-sunos* ) mtcflags=""; mtldflags="-lpthread" ;;
esac
- cd ghostscript-%{version}-gpl
+ cd ghostscript-%{version}
%if "%{with_x11}" == "yes"
x11_inc="-I`%{l_rc} --query x11_incdir`"
x11_lib="-L`%{l_rc} --query x11_libdir`"
@@ -153,7 +153,7 @@
%install
rm -rf $RPM_BUILD_ROOT
- ( cd ghostscript-%{version}-gpl
+ ( cd ghostscript-%{version}
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}
%{l_make} %{l_mflags} -f src/unix-gcc.mak install DEVICE_DEVS="" \
prefix=$RPM_BUILD_ROOT%{l_prefix}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]