rpms/skf/F-11 skf.spec,1.1,1.2

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Mar 26 04:04:19 UTC 2010


Author: mtasaka

Update of /cvs/extras/rpms/skf/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13748

Modified Files:
	skf.spec 
Log Message:
Fix pythonext build error


Index: skf.spec
===================================================================
RCS file: /cvs/extras/rpms/skf/F-11/skf.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- skf.spec	26 Mar 2010 03:33:31 -0000	1.1
+++ skf.spec	26 Mar 2010 04:04:17 -0000	1.2
@@ -89,6 +89,10 @@ ln -sf %{name}-* main
 
 pushd main
 
+## Fixing build error
+# Fix pythonext build error on F-11
+sed -i -e '/python_ver=.*substr/s|7,-3|7,3|' configure
+
 ## configure option, etc
 # change optflags, don't strip
 sed -i.flags -e 's|-Wno-format-security||' configure



More information about the scm-commits mailing list