rpms/gnubiff/devel gnubiff-2.2.10-extradeps.patch, NONE, 1.1 gnubiff.spec, 1.18, 1.19

Caolan McNamara caolanm at fedoraproject.org
Wed Feb 4 10:42:56 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/gnubiff/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9367

Modified Files:
	gnubiff.spec 
Added Files:
	gnubiff-2.2.10-extradeps.patch 
Log Message:
rebuild for dependencies

gnubiff-2.2.10-extradeps.patch:

--- NEW FILE gnubiff-2.2.10-extradeps.patch ---
diff -ru gnubiff-2.2.10.orig/configure.ac gnubiff-2.2.10/configure.ac
--- gnubiff-2.2.10.orig/configure.ac	2009-02-04 10:22:45.000000000 +0000
+++ gnubiff-2.2.10/configure.ac	2009-02-04 10:26:30.000000000 +0000
@@ -182,7 +182,7 @@
 #                           GNOME support                            #
 ######################################################################
 if test "$OPT_USEGNOME" = "yes"; then
-  PKG_CHECK_MODULES(GNOME_PANEL_DEP,libpanelapplet-2.0, [
+  PKG_CHECK_MODULES(GNOME_PANEL_DEP,libpanelapplet-2.0 libgnomeui-2.0, [
 	AC_SUBST(GNOME_PANEL_DEP_CFLAGS)
 	AC_SUBST(GNOME_PANEL_DEP_LIBS)
 	AH_TEMPLATE([USE_GNOME])
diff -ru gnubiff-2.2.10.orig/configure gnubiff-2.2.10/configure
--- gnubiff-2.2.10.orig/configure	2009-02-04 10:22:45.000000000 +0000
+++ gnubiff-2.2.10/configure	2009-02-04 10:27:47.000000000 +0000
@@ -9744,12 +9744,12 @@
         pkg_cv_GNOME_PANEL_DEP_CFLAGS="$GNOME_PANEL_DEP_CFLAGS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpanelapplet-2.0\"") >&5
-  ($PKG_CONFIG --exists --print-errors "libpanelapplet-2.0") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpanelapplet-2.0\" \"libgnomeui-2.0\"") >&5
+  ($PKG_CONFIG --exists --print-errors "libpanelapplet-2.0" "libgnomeui-2.0") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_GNOME_PANEL_DEP_CFLAGS=`$PKG_CONFIG --cflags "libpanelapplet-2.0" 2>/dev/null`
+  pkg_cv_GNOME_PANEL_DEP_CFLAGS=`$PKG_CONFIG --cflags "libpanelapplet-2.0" "libgnomeui-2.0" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -9762,12 +9762,12 @@
         pkg_cv_GNOME_PANEL_DEP_LIBS="$GNOME_PANEL_DEP_LIBS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpanelapplet-2.0\"") >&5
-  ($PKG_CONFIG --exists --print-errors "libpanelapplet-2.0") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpanelapplet-2.0\" \"libgnomeui-2.0\"") >&5
+  ($PKG_CONFIG --exists --print-errors "libpanelapplet-2.0" "libgnomeui-2.0") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_GNOME_PANEL_DEP_LIBS=`$PKG_CONFIG --libs "libpanelapplet-2.0" 2>/dev/null`
+  pkg_cv_GNOME_PANEL_DEP_LIBS=`$PKG_CONFIG --libs "libpanelapplet-2.0" "libgnomeui-2.0" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -9786,9 +9786,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        GNOME_PANEL_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpanelapplet-2.0"`
+	        GNOME_PANEL_DEP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpanelapplet-2.0" "libgnomeui-2.0"`
         else
-	        GNOME_PANEL_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpanelapplet-2.0"`
+	        GNOME_PANEL_DEP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpanelapplet-2.0" "libgnomeui-2.0"`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$GNOME_PANEL_DEP_PKG_ERRORS" >&5


Index: gnubiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnubiff/devel/gnubiff.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gnubiff.spec	16 Jan 2009 16:00:26 -0000	1.18
+++ gnubiff.spec	4 Feb 2009 10:42:25 -0000	1.19
@@ -1,12 +1,13 @@
 Summary:	A mail notification program
 Name:		gnubiff
 Version:	2.2.10
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://gnubiff.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
+Patch0:		gnubiff-2.2.10-extradeps.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .extradeps
 
 %build
 %configure --disable-rpath
@@ -78,6 +80,9 @@
 %{_datadir}/%{name}/*
 
 %changelog
+* Wed Feb 04 2009 Caolán McNamara <caolanm at redhat.com> - 2.2.10-3
+- rebuild for dependencies
+
 * Fri Jan 16 2009 Tomas Mraz <tmraz at redhat.com> - 2.2.10-2
 - rebuild with new openssl
 




More information about the scm-commits mailing list