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: 28-Jun-2006 14:12:19
Branch: HEAD Handle: 2006062813121800
Modified files:
openpkg-src/ghostscript ghostscript.spec
Log:
switch to the GPL version as the upstream vendor plans to provide GPL
versions only from now on
Summary:
Revision Changes Path
1.82 +9 -9 openpkg-src/ghostscript/ghostscript.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.81 -r1.82 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 28 Jun 2006 06:13:43 -0000
1.81
+++ openpkg-src/ghostscript/ghostscript.spec 28 Jun 2006 12:12:18 -0000
1.82
@@ -40,7 +40,7 @@
Distribution: OpenPKG
Class: BASE
Group: Graphics
-License: Aladdin
+License: GPL
Version: %{V_real}
Release: 20060628
@@ -49,7 +49,7 @@
%option with_a4 yes
# list of sources
-Source0:
http://switch.dl.sourceforge.net/ghostscript/ghostscript-%{V_real}.tar.bz2
+Source0:
http://switch.dl.sourceforge.net/ghostscript/ghostscript-%{V_real}-gpl.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__)\.tar\.bz2
+ regex = ghostscript-(__VER__)-gpl\.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}/jpeg
- mv libpng-%{V_png} ghostscript-%{version}/libpng
- mv zlib-%{V_zlib} ghostscript-%{version}/zlib
- %patch -p0 -d ghostscript-%{version}
+ 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
%build
mtcflags=""
@@ -119,7 +119,7 @@
*-linux* ) mtcflags=""; mtldflags="-lpthread" ;;
*-sunos* ) mtcflags=""; mtldflags="-lpthread" ;;
esac
- cd ghostscript-%{version}
+ cd ghostscript-%{version}-gpl
%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}
+ ( cd ghostscript-%{version}-gpl
%{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}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]