rpms/libtomoe-gtk/FC-4 disable-test.patch, NONE, 1.1 libtomoe-gtk.spec, 1.5, 1.6

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Sun Dec 24 02:50:55 UTC 2006


Author: ryo

Update of /cvs/extras/rpms/libtomoe-gtk/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3993

Modified Files:
	libtomoe-gtk.spec 
Added Files:
	disable-test.patch 
Log Message:
disable test

disable-test.patch:

--- NEW FILE disable-test.patch ---
--- configure.ac	2006-11-28 08:56:23.000000000 +0900
+++ configure-new.ac	2006-12-24 11:42:15.000000000 +0900
@@ -104,7 +104,6 @@
 po/Makefile.in
 data/Makefile
 src/Makefile
-test/Makefile
 libtomoe-gtk.pc
 ])
 
--- Makefile.am	2006-10-13 15:43:49.000000000 +0900
+++ Makefile-new.am	2006-12-24 11:55:52.000000000 +0900
@@ -1,4 +1,4 @@
-SUBDIRS=src data po test
+SUBDIRS=src data po
 
 EXTRA_DIST = autogen.sh libtomoe-gtk.pc
 


Index: libtomoe-gtk.spec
===================================================================
RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libtomoe-gtk.spec	24 Dec 2006 01:21:18 -0000	1.5
+++ libtomoe-gtk.spec	24 Dec 2006 02:50:25 -0000	1.6
@@ -7,6 +7,7 @@
 License:        LGPL
 URL:            http://scim-imengine.sourceforge.jp/
 Source0:        %{name}-%{version}.tar.gz
+Patch0:         disable-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	tomoe-devel, gtk2-devel, gettext
@@ -30,10 +31,11 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 
 %build
-%configure --disable-static --disable-dumpstroke
+%configure --disable-static
 make %{?_smp_mflags}
 
 




More information about the fedora-extras-commits mailing list