rpms/obby/FC-4 obby.spec,1.5,1.6

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Oct 16 23:51:23 UTC 2005


Author: lmacken

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

Modified Files:
	obby.spec 
Log Message:
* Sun Oct 16 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-6
- Patch from Toshio Kuratomi to fix FC4 build on x86_64




Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/FC-4/obby.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- obby.spec	16 Oct 2005 23:39:45 -0000	1.5
+++ obby.spec	16 Oct 2005 23:51:21 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           obby
 Version:        0.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A library which provides synced document buffers
 
 Group:          Development/Libraries
@@ -33,7 +33,9 @@
 
 
 %build
-aclocal && autoheader && autoconf && automake
+aclocal && autoconf
+sed -i 's!\(return (\)int\() gettext ("")\)!\1long\2!' configure
+
 %configure --disable-static --with-howl
 make %{?_smp_mflags}
 
@@ -66,6 +68,9 @@
 
 
 %changelog
+* Sun Oct 16 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-6
+- Patch from Toshio Kuratomi to fix FC4 build on x86_64
+
 * Fri Oct 07 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-5
 - Add howl support
 




More information about the scm-commits mailing list