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

Orion Poplawski orion at fedoraproject.org
Fri Nov 14 05:48:30 UTC 2008


Author: orion

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

Modified Files:
	plplot.spec 
Log Message:
Use %global



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- plplot.spec	14 Nov 2008 04:56:20 -0000	1.62
+++ plplot.spec	14 Nov 2008 05:48:00 -0000	1.63
@@ -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:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?octave_api:%global 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