- Update requires to the virtual gecko version instead of a specific app

This commit is contained in:
Christopher Aillon 2006-10-12 17:33:45 +00:00
parent a4b4aec265
commit 026f90831a

View File

@ -1,9 +1,9 @@
%define firefox_ver 1.5.0.7 %define gecko_ver 1.8.0.7
Summary: API document browser Summary: API document browser
Name: devhelp Name: devhelp
Version: 0.12 Version: 0.12
Release: 5%{?dist} Release: 6%{?dist}
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/ Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/
@ -16,14 +16,14 @@ Requires: gtk2 >= 2.2.0
Requires: libgnomeui >= 2.2.0 Requires: libgnomeui >= 2.2.0
Requires: gnome-vfs2 >= 2.2.0 Requires: gnome-vfs2 >= 2.2.0
Requires: libglade2 >= 2.2.0 Requires: libglade2 >= 2.2.0
Requires: firefox = %{firefox_ver} Requires: gecko-libs = %{gecko_ver}
BuildRequires: desktop-file-utils >= 0.3 BuildRequires: desktop-file-utils >= 0.3
BuildRequires: gtk2-devel >= 2.2.0 BuildRequires: gtk2-devel >= 2.2.0
BuildRequires: libgnomeui-devel >= 2.2.0 BuildRequires: libgnomeui-devel >= 2.2.0
BuildRequires: gnome-vfs2-devel >= 2.2.0 BuildRequires: gnome-vfs2-devel >= 2.2.0
BuildRequires: libglade2-devel >= 2.2.0 BuildRequires: libglade2-devel >= 2.2.0
BuildRequires: firefox-devel >= %{firefox_ver} BuildRequires: gecko-devel = %{gecko_ver}
BuildRequires: intltool BuildRequires: intltool
BuildRequires: gettext BuildRequires: gettext
BuildRequires: glib2-devel >= 2.9.5 BuildRequires: glib2-devel >= 2.9.5
@ -115,6 +115,9 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Thu Oct 12 2006 Christopher Aillon <caillon@redhat.com> - 0.12-6.fc6
- Update requires to the virtual gecko version instead of a specific app
* Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> - 0.12-5.fc6 * Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> - 0.12-5.fc6
- Rebuild - Rebuild