]> git.pld-linux.org Git - packages/ghostscript.git/commitdiff
- fixed missquotes patch (wrong mktemp usage in ps2epsi) RA-1_0 ghostscript-7_05-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Jun 2002 21:18:07 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed "libpng 1.2.2 support"
- release 2

Changed files:
    ghostscript-missquotes.patch -> 1.5
    ghostscript.spec -> 1.91

ghostscript-missquotes.patch
ghostscript.spec

index 424e9be26976ea2b45a45ffca07f8cf329f89f68..bf127ecbf52b02bc366fdf90cb31d18294f03eb8 100644 (file)
@@ -63,7 +63,7 @@ diff -Nur gs7.00.orig/lib/ps2epsi gs7.00/lib/ps2epsi
  # $Id$
  
 -tmpfile=/tmp/ps2epsi$$
-+tmpfile=`mktemp /tmp/$0.XXXXXX` || exit 1
++tmpfile=`mktemp /tmp/ps2epsi.XXXXXX` || exit 1
  
  export outfile
  
index f8462f94645ad3d930ff722dad85654a5fefb40d..97d68e4395259a2aed404b50adcb1718210bee2b 100644 (file)
@@ -10,7 +10,7 @@ Summary(pl):  Bezp
 Summary(tr):   PostScript & PDF yorumlayýcý ve gösterici
 Name:          ghostscript
 Version:       7.05
-Release:       1
+Release:       2
 Vendor:                Aladdin Enterprises <bug-gs@aladdin.com>
 License:       GPL
 Group:         Applications/Graphics
@@ -152,7 +152,7 @@ cd ijs
 cd ..
 
 %{__make} so \
-       XCFLAGS="%{rpmcflags} -DA4=1 -w `pkg-config --cflags libpng12 2>/dev/null`" \
+       XCFLAGS="%{rpmcflags} -DA4=1 -w" \
        XLDFLAGS="%{rpmldflags}" \
        prefix=%{_prefix} \
        datadir=%{_datadir}/%{name} \
This page took 0.291884 seconds and 4 git commands to generate.