From 026f90831a3f0f767b1223ab33085dc0e146f24b Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 12 Oct 2006 17:33:45 +0000 Subject: [PATCH] - Update requires to the virtual gecko version instead of a specific app --- devhelp.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/devhelp.spec b/devhelp.spec index 43e02f3..b6f15e0 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,9 +1,9 @@ -%define firefox_ver 1.5.0.7 +%define gecko_ver 1.8.0.7 Summary: API document browser Name: devhelp Version: 0.12 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Development/Tools Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/ @@ -16,14 +16,14 @@ Requires: gtk2 >= 2.2.0 Requires: libgnomeui >= 2.2.0 Requires: gnome-vfs2 >= 2.2.0 Requires: libglade2 >= 2.2.0 -Requires: firefox = %{firefox_ver} +Requires: gecko-libs = %{gecko_ver} BuildRequires: desktop-file-utils >= 0.3 BuildRequires: gtk2-devel >= 2.2.0 BuildRequires: libgnomeui-devel >= 2.2.0 BuildRequires: gnome-vfs2-devel >= 2.2.0 BuildRequires: libglade2-devel >= 2.2.0 -BuildRequires: firefox-devel >= %{firefox_ver} +BuildRequires: gecko-devel = %{gecko_ver} BuildRequires: intltool BuildRequires: gettext BuildRequires: glib2-devel >= 2.9.5 @@ -115,6 +115,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Thu Oct 12 2006 Christopher Aillon - 0.12-6.fc6 +- Update requires to the virtual gecko version instead of a specific app + * Thu Sep 14 2006 Christopher Aillon - 0.12-5.fc6 - Rebuild