[gnome-pilot-conduits] Add BR libgnomeui-devel

Matthew Barnes mbarnes at fedoraproject.org
Wed Oct 6 20:06:28 UTC 2010


commit 236f73e440f08aea718639b0cc0e20e6ae2397d7
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Wed Oct 6 16:06:15 2010 -0400

    Add BR libgnomeui-devel

 ...-pilot-conduits-2.0.17-require-libgnomeui.patch |   24 ++++++++++++++++++++
 gnome-pilot-conduits.spec                          |   11 ++++++++-
 2 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/gnome-pilot-conduits-2.0.17-require-libgnomeui.patch b/gnome-pilot-conduits-2.0.17-require-libgnomeui.patch
new file mode 100644
index 0000000..99ec844
--- /dev/null
+++ b/gnome-pilot-conduits-2.0.17-require-libgnomeui.patch
@@ -0,0 +1,24 @@
+diff -up gnome-pilot-conduits-2.0.17/configure.in.require-libgnomeui gnome-pilot-conduits-2.0.17/configure.in
+--- gnome-pilot-conduits-2.0.17/configure.in.require-libgnomeui	2010-10-06 15:51:29.739276533 -0400
++++ gnome-pilot-conduits-2.0.17/configure.in	2010-10-06 15:51:37.252185243 -0400
+@@ -21,7 +21,7 @@ PKG_PROG_PKG_CONFIG
+ dnl ******************************
+ dnl Library Checks
+ dnl ******************************
+-LIBGNOME_REQUIRED="libgnome-2.0 >= 2.0.0"
++LIBGNOME_REQUIRED="libgnomeui-2.0 >= 2.0.0"
+ GNOME_PILOT_REQUIRED="gnome-pilot-2.0 >= 2.0.13"
+ LIBXML_REQUIRED="libxml-2.0"
+ 
+diff -up gnome-pilot-conduits-2.0.17/configure.require-libgnomeui gnome-pilot-conduits-2.0.17/configure
+--- gnome-pilot-conduits-2.0.17/configure.require-libgnomeui	2010-10-06 15:52:06.523831153 -0400
++++ gnome-pilot-conduits-2.0.17/configure	2010-10-06 15:52:14.500733635 -0400
+@@ -21529,7 +21529,7 @@ echo "${ECHO_T}no" >&6; }
+ 
+ fi
+ 
+-LIBGNOME_REQUIRED="libgnome-2.0 >= 2.0.0"
++LIBGNOME_REQUIRED="libgnomeui-2.0 >= 2.0.0"
+ GNOME_PILOT_REQUIRED="gnome-pilot-2.0 >= 2.0.13"
+ LIBXML_REQUIRED="libxml-2.0"
+ 
diff --git a/gnome-pilot-conduits.spec b/gnome-pilot-conduits.spec
index b720c2d..7350796 100644
--- a/gnome-pilot-conduits.spec
+++ b/gnome-pilot-conduits.spec
@@ -4,7 +4,7 @@
 
 Name: gnome-pilot-conduits
 Version: 2.0.17
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+ and MPLv1.0
 Group: Applications/Communications
 Summary: Additional conduits for gnome-pilot
@@ -13,6 +13,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}
 Source: http://download.gnome.org/source/%{name}/2.0/%{name}-%{version}.tar.bz2
 ExcludeArch: s390 s390x
 
+### Patches ###
+
+Patch0: gnome-pilot-conduits-2.0.17-require-libgnomeui.patch
+
 ### Dependencies ###
 
 Requires: gnome-pilot >= %{gnome_pilot_version}
@@ -21,6 +25,7 @@ Requires: gnome-pilot >= %{gnome_pilot_version}
 
 BuildRequires: gettext
 BuildRequires: gnome-pilot-devel >= %{gnome_pilot_version}
+BuildRequires: libgnomeui-devel
 BuildRequires: libtool
 
 %description
@@ -37,6 +42,7 @@ currently features
 
 %prep
 %setup -q
+%patch0 -p1 -b .require-libgnomeui
 
 %build
 %configure
@@ -70,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gnome-pilot/conduits/*.so
 
 %changelog
+* Wed Oct 06 2010 Matthew Barnes <mbarnes at redhat.com> - 2.0.17-5
+- Rebuild against gnome-pilot 2.32.0.
+
 * Thu Jan 14 2010 Matthew Barnes <mbarnes at redhat.com> - 2.0.17-4
 - Fix rpmlint warnings.
 


More information about the scm-commits mailing list