rpms/plplot/devel plplot.spec,1.59,1.60

Orion Poplawski orion at fedoraproject.org
Thu Nov 13 21:10:19 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/plplot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25805

Modified Files:
	plplot.spec 
Log Message:
Bootstrap build - without PDL



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- plplot.spec	13 Nov 2008 17:52:13 -0000	1.59
+++ plplot.spec	13 Nov 2008 21:09:49 -0000	1.60
@@ -2,6 +2,9 @@
 %{!?octave_api: %define octave_api %(octave-config -p API_VERSION || echo 0)}
 %{!?build_doc:%define build_doc 1}
 %{!?with_octave:%define with_octave 1}
+# Set to bcond_with or use --without pdl to disable pdl build - needed to 
+# bootstrap or for soname bumps in a plplot dependency
+%bcond_with pdl
 
 Name:           plplot
 Version:        5.9.0
@@ -43,7 +46,9 @@
 BuildRequires:  gnome-python2-canvas, gnome-python2-gnome
 BuildRequires:  perl(XML::DOM), lasi-devel, wxGTK-devel, agg-devel
 BuildRequires:  freefont
+%if %{with pdl}
 BuildRequires:  perl(PDL::Graphics::PLplot)
+%endif
 %ifarch %{ix86} x86_64
 BuildRequires:  svgalib-devel
 %endif
@@ -587,6 +592,7 @@
 * Thu Nov 13 2008 - Orion Poplawski <orion at cora.nwra.com> - 5.9.0-2.svn8985
 - Update to svn revision 8985
 - Rebuild for libtool 2.2
+- Bootstrap build - without PDL
 
 * Fri Sep 5 2008 - Orion Poplawski <orion at cora.nwra.com> - 5.9.0-2.svn8752
 - Update to svn revision 8752




More information about the fedora-extras-commits mailing list