rpms/plplot/devel plplot.spec,1.63,1.64

Orion Poplawski orion at fedoraproject.org
Fri Nov 14 15:09:16 UTC 2008


Author: orion

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

Modified Files:
	plplot.spec 
Log Message:
Without pdl -> no perl package



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- plplot.spec	14 Nov 2008 05:48:00 -0000	1.63
+++ plplot.spec	14 Nov 2008 15:08:46 -0000	1.64
@@ -204,6 +204,7 @@
 %endif
 
 
+%if %{with pdl}
 %package        perl
 Summary:        Examples for using plplot with PDL
 Group:          Development/Libraries
@@ -211,6 +212,7 @@
 
 %description    perl
 %{summary}.
+%endif
 
 
 %package        tk
@@ -553,10 +555,12 @@
 %{_datadir}/plplot%{version}/examples/test_octave.sh
 %endif
 
+%if %{with pdl}
 %files perl
 %defattr(-,root,root,-)
 %{_datadir}/plplot%{version}/examples/perl/
 %{_datadir}/plplot%{version}/examples/test_perl.sh
+%endif
 
 %files tk
 %defattr(-,root,root,-)




More information about the fedora-extras-commits mailing list