rpms/kasumi/FC-4 kasumi-1.0-gcc41.patch, NONE, 1.1 kasumi.spec, 1.5, 1.6

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue May 30 04:13:12 UTC 2006


Author: tagoh

Update of /cvs/extras/rpms/kasumi/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22280

Modified Files:
	kasumi.spec 
Added Files:
	kasumi-1.0-gcc41.patch 
Log Message:
- kasumi-1.0-gcc41.patch: backport to build with gcc-4.1.

kasumi-1.0-gcc41.patch:

--- NEW FILE kasumi-1.0-gcc41.patch ---
--- kasumi-1.0.orig/Makefile.am	2005-09-01 16:48:07.000000000 +0900
+++ kasumi-1.0/Makefile.am	2005-12-15 15:47:48.000000000 +0900
@@ -13,7 +13,7 @@
 
 pkgdata_DATA = kasumi.png
 
-AM_CPPFLAGS=-DLOCALEDIR='"$(localedir)"'
+AM_CPPFLAGS=-DLOCALEDIR='"$(localedir)"' -ffriend-injection
 SUBDIRS = intl m4 po
 
 ACLOCAL_AMFLAGS = -I m4


Index: kasumi.spec
===================================================================
RCS file: /cvs/extras/rpms/kasumi/FC-4/kasumi.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kasumi.spec	30 May 2006 03:19:12 -0000	1.5
+++ kasumi.spec	30 May 2006 04:13:12 -0000	1.6
@@ -8,6 +8,7 @@
 BuildRequires: desktop-file-utils, gtk2-devel
 Source0: %{name}-%{version}.tar.gz
 Source1: %{name}.desktop
+Patch1: kasumi-1.0-gcc41.patch
 
 
 Summary: An anthy dictionary management tool.
@@ -18,6 +19,10 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .gcc41
+aclocal
+automake --add-missing
+autoconf
 
 
 %build
@@ -54,6 +59,7 @@
 %changelog
 * Tue May 30 2006 Akira TAGOH <tagoh at redhat.com> - 2.0-1
 - New upstream release.
+- kasumi-1.0-gcc41.patch: backport to build with gcc-4.1.
 
 * Mon Dec 12 2005 Akira TAGOH <tagoh at redhat.com> - 1.0-1
 - New upstream release.




More information about the fedora-extras-commits mailing list