- Add patch for RH bug #543177 (missing webkit-1.0 requirement).
This commit is contained in:
parent
64555e9d30
commit
6ab9defa6c
12
devhelp-2.29.3-missing-webkit-1.0.patch
Normal file
12
devhelp-2.29.3-missing-webkit-1.0.patch
Normal 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
|
@ -14,6 +14,10 @@ URL: http://developer.imendio.com/projects/devhelp
|
|||||||
Source: http://download.gnome.org/sources/devhelp/2.28/devhelp-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/devhelp/2.28/devhelp-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
### Patches ###
|
||||||
|
|
||||||
|
Patch1: devhelp-2.29.3-missing-webkit-1.0.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires(pre): GConf2 >= 2.14
|
Requires(pre): GConf2 >= 2.14
|
||||||
@ -52,6 +56,7 @@ into other applications such as IDEs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n devhelp-%{version}
|
%setup -q -n devhelp-%{version}
|
||||||
|
%patch1 -p1 -b .missing-webkit-1.0
|
||||||
|
|
||||||
# the configure script in the 2.28.0 tarball is bad
|
# the configure script in the 2.28.0 tarball is bad
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -141,6 +146,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
|
||||||
- Update to 2.29.3
|
- Update to 2.29.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user