From 6ab9defa6cf38c96b886d5987d3102629137384d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 2 Dec 2009 16:56:06 +0000 Subject: [PATCH] - Add patch for RH bug #543177 (missing webkit-1.0 requirement). --- devhelp-2.29.3-missing-webkit-1.0.patch | 12 ++++++++++++ devhelp.spec | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 devhelp-2.29.3-missing-webkit-1.0.patch diff --git a/devhelp-2.29.3-missing-webkit-1.0.patch b/devhelp-2.29.3-missing-webkit-1.0.patch new file mode 100644 index 0000000..70cc1d9 --- /dev/null +++ b/devhelp-2.29.3-missing-webkit-1.0.patch @@ -0,0 +1,12 @@ +diff -up devhelp-2.29.3/data/libdevhelp-1.0.pc.in.missing-webkit-1.0 devhelp-2.29.3/data/libdevhelp-1.0.pc.in +--- devhelp-2.29.3/data/libdevhelp-1.0.pc.in.missing-webkit-1.0 2009-12-02 10:43:27.942339456 -0500 ++++ devhelp-2.29.3/data/libdevhelp-1.0.pc.in 2009-12-02 10:43:44.809331265 -0500 +@@ -5,7 +5,7 @@ includedir=@includedir@ + + Name: devhelp + Description: devhelp +-Requires: gtk+-2.0 ++Requires: gtk+-2.0 webkit-1.0 + Requires.private: @REQUIRES_LIBWNCK@ + Version: @VERSION@ + Libs: -L${libdir} -ldevhelp-1 diff --git a/devhelp.spec b/devhelp.spec index 73bbf9b..f02f061 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -14,6 +14,10 @@ URL: http://developer.imendio.com/projects/devhelp Source: http://download.gnome.org/sources/devhelp/2.28/devhelp-%{version}.tar.bz2 BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n) +### Patches ### + +Patch1: devhelp-2.29.3-missing-webkit-1.0.patch + ### Dependencies ### Requires(pre): GConf2 >= 2.14 @@ -52,6 +56,7 @@ into other applications such as IDEs. %prep %setup -q -n devhelp-%{version} +%patch1 -p1 -b .missing-webkit-1.0 # the configure script in the 2.28.0 tarball is bad autoreconf -f -i @@ -141,6 +146,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Wed Dec 02 2009 Matthew Barnes - 2.29.3-2 +- Add patch for RH bug #543177 (missing webkit-1.0 requirement). + * Tue Dec 01 2009 Bastien Nocera 2.29.3-1 - Update to 2.29.3