rpms/gnome-translate/devel gnome-translate-0.99-configure.patch, NONE, 1.1 gnome-translate.spec, 1.1, 1.2

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Tue Sep 13 11:46:53 UTC 2005


Author: buc

Update of /cvs/extras/rpms/gnome-translate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31934

Modified Files:
	gnome-translate.spec 
Added Files:
	gnome-translate-0.99-configure.patch 
Log Message:


gnome-translate-0.99-configure.patch:

--- NEW FILE gnome-translate-0.99-configure.patch ---
diff -Nrbu gnome-translate-0.99/configure gnome-translate-0.99-OK/configure
--- gnome-translate-0.99/configure	2005-01-28 16:10:15.000000000 +0300
+++ gnome-translate-0.99-OK/configure	2005-09-13 15:43:23.000000000 +0400
@@ -6897,7 +6897,7 @@
         echo "$as_me:$LINENO: checking for gthread-2.0 gconf-2.0 >= 2.4.0 libgnomeui-2.0 gnome-vfs-2.0 libglade-2.0 eel-2.0 >= 2.6.0 libxml-2.0" >&5
 echo $ECHO_N "checking for gthread-2.0 gconf-2.0 >= 2.4.0 libgnomeui-2.0 gnome-vfs-2.0 libglade-2.0 eel-2.0 >= 2.6.0 libxml-2.0... $ECHO_C" >&6
 
-        if $PKG_CONFIG --exists "gthread-2.0 gconf-2.0 >= 2.4.0 libgnomeui-2.0 gnome-vfs-2.0 libglade-2.0 eel-2.0 >= 2.6.0 libxml-2.0" ; then
+        if $PKG_CONFIG --exists --print-errors "gthread-2.0 gconf-2.0 >= 2.4.0 libgnomeui-2.0 gnome-vfs-2.0 libglade-2.0 eel-2.0 >= 2.6.0 libxml-2.0" ; then
             echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
             succeeded=yes


Index: gnome-translate.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-translate/devel/gnome-translate.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-translate.spec	12 Sep 2005 15:01:00 -0000	1.1
+++ gnome-translate.spec	13 Sep 2005 11:46:51 -0000	1.2
@@ -6,6 +6,7 @@
 License: GPL 
 URL: http://www.nongnu.org/libtranslate/gnome-translate
 Source: http://savannah.nongnu.org/download/libtranslate/gnome-translate-%{version}.tar.gz
+Patch1: gnome-translate-0.99-configure.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 
 %build
@@ -117,6 +119,9 @@
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 %changelog
+* Tue Sep 13 2005 Dmitry Butskoy <Dmitry at Butskoy.name>
+- add configure patch to build under upcoming FC5
+
 * Mon Sep 12 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.99-3
 - more spec file cleanups
 - accepted for Fedora Extra




More information about the fedora-extras-commits mailing list