rpms/mod_python/devel mod_python.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 21 15:27:23 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/mod_python/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16241

Modified Files:
	mod_python.spec 
Log Message:
- fix SRPM build failure in brew



Index: mod_python.spec
===================================================================
RCS file: /cvs/dist/rpms/mod_python/devel/mod_python.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mod_python.spec	21 Nov 2006 15:01:46 -0000	1.32
+++ mod_python.spec	21 Nov 2006 15:27:21 -0000	1.33
@@ -1,5 +1,5 @@
 %define contentdir /var/www
-%define pyver %(%{__python} -c "import sys; print sys.version[:3]")
+%define pyver %(%{__python} -c "import sys; print sys.version[:3]" || echo missing)
 
 Summary: An embedded Python interpreter for the Apache Web server.
 Name: mod_python




More information about the fedora-cvs-commits mailing list