rpms/gedit/devel gedit.spec,1.113,1.114

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 5 06:28:06 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gedit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23993

Modified Files:
	gedit.spec 
Log Message:
disable enchant



Index: gedit.spec
===================================================================
RCS file: /cvs/dist/rpms/gedit/devel/gedit.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- gedit.spec	5 Dec 2006 06:05:19 -0000	1.113
+++ gedit.spec	5 Dec 2006 06:28:02 -0000	1.114
@@ -123,7 +123,12 @@
 
 %build
 autoreconf
-%configure --disable-scrollkeeper --disable-gtk-doc --enable-python
+# FIXME: can't build against enchant right now, since it is in extras
+%configure \
+	--disable-scrollkeeper \
+	--disable-gtk-doc \
+	--enable-python \
+	--disable-enchant
 make
 
 %install




More information about the fedora-cvs-commits mailing list