rpms/pyparted/devel pyparted.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Nov 12 21:39:04 UTC 2005


Author: pjones

Update of /cvs/dist/rpms/pyparted/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12760

Modified Files:
	pyparted.spec 
Log Message:
bugger, make it run autogen.sh if there's no configure



Index: pyparted.spec
===================================================================
RCS file: /cvs/dist/rpms/pyparted/devel/pyparted.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pyparted.spec	11 Nov 2005 22:16:15 -0000	1.14
+++ pyparted.spec	12 Nov 2005 21:39:02 -0000	1.15
@@ -19,6 +19,9 @@
 
 %build
 export CFLAGS="-fPIC -O2 -g2"
+if [ ! -x configure ]; then
+	./autogen.sh --with-python-version=2.4
+fi
 %configure --with-python-version=2.4
 make
 




More information about the fedora-cvs-commits mailing list