]> git.pld-linux.org Git - packages/gnuplot.git/commitdiff
added patch for gd
authorklakier <klakier@pld-linux.org>
Sun, 7 Nov 1999 13:05:47 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
added --without-lisp-files  without-tutorial

Changed files:
    gnuplot.spec -> 1.13

gnuplot.spec

index c7ed80a7daa98ab2de3d6ae5d19f69bdc9505814..a69bc56afe5cd35f6a21b2a902aa62b83f53db2a 100644 (file)
@@ -10,7 +10,8 @@ Copyright:    GPL
 Group:         Applications/Math
 Group(pl):     Aplikacje/Matematyczne
 Source:        ftp://ftp.gnuplot.vt.edu/pub/gnuplot/beta/%{name}-%{version}.tar.gz
-Patch:         gnuplot-DESTDIR.patch
+Patch0:                gnuplot-DESTDIR.patch
+Patch1:                gnuplot-png.patch
 URL:           http://www.geocities.com/SiliconValley/Foothills/6647/
 BuildRequires: readline-devel
 BuildRequires: libpng-devel
@@ -19,6 +20,8 @@ BuildRequires:        gd-devel
 BuildRequires: svgalib-devel
 BuildRequires: zlib-devel
 BuildRequires: ncurses-devel
+#BuildRequires:        xemacs-lisp-programming
+#or --without-lisp-files
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %define                _prefix         /usr/X11R6
@@ -47,7 +50,8 @@ kullan
 
 %prep
 %setup -q 
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 automake
@@ -56,7 +60,10 @@ LDFLAGS="-s"; export LDFLAGS
        --with-gnu-readline \
        --with-png \
        --with-gd \
-       --with-x
+       --with-x \
+       --without-lisp-files \
+       --without-tutorial
+
 make
 
 %install
This page took 0.113589 seconds and 4 git commands to generate.