rpms/pocketsphinx/devel pocketsphinx.spec,1.3,1.4

Jerry James jjames at fedoraproject.org
Tue Jan 5 17:57:35 UTC 2010


Author: jjames

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

Modified Files:
	pocketsphinx.spec 
Log Message:
Replace %define with %global inside a definition.



Index: pocketsphinx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pocketsphinx/devel/pocketsphinx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- pocketsphinx.spec	20 Nov 2009 17:35:11 -0000	1.3
+++ pocketsphinx.spec	5 Jan 2010 17:57:34 -0000	1.4
@@ -1,4 +1,4 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pocketsphinx
 Version:        0.5.1




More information about the fedora-extras-commits mailing list