- Rebuild with explicit Mozilla version requires

This commit is contained in:
blizzard 2004-09-24 21:26:23 +00:00
parent 9957fbb35a
commit c688f9db8d

View File

@ -1,10 +1,10 @@
%define mozver %(rpm -q mozilla --qf "%%{name} = %%{epoch}:%%{version}") %define mozver 37:1.7.3-1
ExclusiveArch: i386 x86_64 ExclusiveArch: i386 x86_64
Summary: API document browser Summary: API document browser
Name: devhelp Name: devhelp
Version: 0.9.1 Version: 0.9.1
Release: 4 Release: 5
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/
@ -17,7 +17,7 @@ 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: %mozver Requires: mozilla = %mozver
BuildRequires: gtk2-devel >= 2.2.0 BuildRequires: gtk2-devel >= 2.2.0
BuildRequires: libgnomeui-devel >= 2.2.0 BuildRequires: libgnomeui-devel >= 2.2.0
@ -104,6 +104,9 @@ done
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Fri Sep 24 2004 Christopher Blizzard <blizzard@redhat.com> 0.9.1-5
- Rebuild with explicit Mozilla version requires
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 0.9.1-4 * Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 0.9.1-4
- Rebuilt to pick up new mozilla changes - Rebuilt to pick up new mozilla changes
- Drop ppc from the build since mozilla doesn't build there anymore. - Drop ppc from the build since mozilla doesn't build there anymore.