diff --git a/devhelp.spec b/devhelp.spec index 718354a..c34fa87 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -2,7 +2,7 @@ Name: devhelp Version: 3.13.4 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -22,8 +22,8 @@ BuildRequires: desktop-file-utils >= 0.3 BuildRequires: gettext BuildRequires: intltool BuildRequires: gtk3-devel -BuildRequires: webkitgtk3-devel BuildRequires: GConf2-devel +BuildRequires: webkitgtk4-devel %description Devhelp is an API documentation browser for the GNOME desktop. @@ -42,6 +42,9 @@ into other applications such as IDEs. %prep %setup -q +# Hack to use webkitgtk4 until devhelp 3.13.90 is released +sed -i -e 's/webkit2gtk-3\.0/webkit2gtk-4.0/g' configure + %build %configure --disable-static make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing" @@ -101,6 +104,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/* %changelog +* Fri Aug 22 2014 Kalev Lember - 1:3.13.4-3 +- Switch to webkitgtk4 + * Sat Aug 16 2014 Fedora Release Engineering - 1:3.13.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild