rpms/plplot/devel plplot.spec,1.61,1.62

Orion Poplawski orion at fedoraproject.org
Fri Nov 14 04:56:51 UTC 2008


Author: orion

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

Modified Files:
	plplot.spec 
Log Message:
Remove spaces from defines



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- plplot.spec	13 Nov 2008 22:44:52 -0000	1.61
+++ plplot.spec	14 Nov 2008 04:56:20 -0000	1.62
@@ -1,5 +1,5 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?octave_api: %define octave_api %(octave-config -p API_VERSION || echo 0)}
+%{!?python_sitearch:%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?octave_api:%define octave_api %(octave-config -p API_VERSION || echo 0)}
 # Set to bcond_with or use --without doc to disable doc build
 %bcond_without doc
 # Set to bcond_with or use --without octave to disable octave support




More information about the fedora-extras-commits mailing list