- Add patch for RH bug #543177 (missing webkit-1.0 requirement).

This commit is contained in:
Matthew Barnes 2009-12-02 16:56:06 +00:00
parent 64555e9d30
commit 6ab9defa6c
2 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -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 <mbarnes@redhat.com> - 2.29.3-2
- Add patch for RH bug #543177 (missing webkit-1.0 requirement).
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
- Update to 2.29.3