packages: gnuplot/gnuplot.spec - removed obsolete rm - ggi, pdf, svga bcond...
qboosh
qboosh at pld-linux.org
Sun Apr 8 10:05:05 CEST 2012
Author: qboosh Date: Sun Apr 8 08:05:05 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- removed obsolete rm
- ggi, pdf, svga bconds (depending on: libggi, pdflib, svgalib)
---- Files affected:
packages/gnuplot:
gnuplot.spec (1.95 -> 1.96)
---- Diffs:
================================================================
Index: packages/gnuplot/gnuplot.spec
diff -u packages/gnuplot/gnuplot.spec:1.95 packages/gnuplot/gnuplot.spec:1.96
--- packages/gnuplot/gnuplot.spec:1.95 Sat Apr 7 20:52:47 2012
+++ packages/gnuplot/gnuplot.spec Sun Apr 8 10:05:00 2012
@@ -1,8 +1,12 @@
# $Revision$, $Date$
-
+#
# Conditional build:
+%bcond_with ggi # GGI driver
+%bcond_with ggixmi # GGI XMI support for pm3d
+%bcond_with pdf # PDF terminal (based on PDFLib)
%bcond_with qt # build Qt terminal
-
+%bcond_with svga # Linux SVGA console driver
+#
Summary: A program for plotting mathematical expressions and data
Summary(de.UTF-8): GNU-Plotter-Paket
Summary(es.UTF-8): Paquete para trazar gráficos
@@ -32,25 +36,34 @@
BuildRequires: QtGui-devel >= 4.5
BuildRequires: QtNetwork-devel >= 4.5
BuildRequires: QtSvg-devel >= 4.5
+BuildRequires: qt4-build >= 4.5
+BuildRequires: qt4-linguist >= 4.5
%endif
BuildRequires: autoconf >= 2.59-9
BuildRequires: automake >= 1:1.7.9
-BuildRequires: cairo-devel >= 1.2
-BuildRequires: gd-devel
+BuildRequires: cairo-devel >= 1.6
+BuildRequires: gd-devel >= 2.0
BuildRequires: glib2-devel
BuildRequires: gtk+2-devel >= 2:2.8.0
+%{?with_ggi:BuildRequires: libggi-devel}
+# ???
+%{?with_ggixmi:BuildRequires: libggi-xmi-devel}
BuildRequires: libpng-devel >= 1.0.8
BuildRequires: libtool
BuildRequires: lua51-devel
BuildRequires: ncurses-devel
BuildRequires: pango-devel > 1:1.10.2
+# which version? it needs PDF_create_gstate,PDF_set_gstate symbols
+%{?with_pdf:BuildRequires: pdflib-devel > 4.0.2}
BuildRequires: pkgconfig
BuildRequires: readline-devel
+# libvga, libvgagl, lib3dkit
+%{?with_svga:BuildRequires: svgalib-devel}
BuildRequires: texinfo
BuildRequires: texlive
BuildRequires: texlive-format-pdflatex
BuildRequires: texlive-latex
-BuildRequires: wxGTK2-unicode-devel
+BuildRequires: wxGTK2-unicode-devel >= 2.6
#BuildRequires: xemacs-lisp-programming
BuildRequires: xorg-lib-libX11-devel
BuildRequires: zlib-devel
@@ -135,19 +148,19 @@
%configure \
--enable-history-file \
%{?with_qt:--enable-qt} \
+ %{?with_ggi:--with-ggi} \
+ %{?with_svga:--with-linux-vga} \
--with-readline=gnu \
--with-png \
--with-gd \
--with-x \
+ %{?with_ggixmi:--with-xmi} \
--without-lisp-files \
--without-linux-vga \
%{!?with_pdf:--without-pdf} \
--without-tutorial \
--with-texdir=%{_datadir}/texmf-dist/tex/latex/gnuplot
-# The source tarball incorrectly includes a file that should not be there.
-rm -f src/getcolor_x11.*
-
%{__make}
cd docs
makeinfo gnuplot.texi
@@ -195,6 +208,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.96 2012/04/08 08:05:00 qboosh
+- removed obsolete rm
+- ggi, pdf, svga bconds (depending on: libggi, pdflib, svgalib)
+
Revision 1.95 2012/04/07 18:52:47 draenog
- up to 4.6.0
- 4.4.1-mp.patch fixed upstream
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/gnuplot/gnuplot.spec?r1=1.95&r2=1.96
More information about the pld-cvs-commit
mailing list