use htmlview as default web browser (#183730, patch by Ben Levenson)

This commit is contained in:
Nils Philippsen 2006-03-03 07:38:32 +00:00
parent 7e42321c1b
commit 3128c18d20

View File

@ -19,7 +19,7 @@ Version: 2.2.10
%define minorver 200 %define minorver 200
%define microver %(ver=%{version}; echo ${ver##*.*.}) %define microver %(ver=%{version}; echo ${ver##*.*.})
#define prever pre2 #define prever pre2
Release: %{?prever:0.0.%{prever}.}2.2 Release: %{?prever:0.0.%{prever}.}3
Epoch: 2 Epoch: 2
License: GPL, LGPL License: GPL, LGPL
Group: Applications/Multimedia Group: Applications/Multimedia
@ -73,6 +73,7 @@ Patch1: gimp-2.0.1-gimphelpmissing.patch
Patch2: gimp-2.2.3-icontheme.patch Patch2: gimp-2.2.3-icontheme.patch
Patch3: gimp-2.2.7-gcc4.patch Patch3: gimp-2.2.7-gcc4.patch
Patch4: gimp-2.2.4-gifload.patch Patch4: gimp-2.2.4-gifload.patch
Patch5: gimp-2.2.10-htmlview.patch
%description %description
The GIMP (GNU Image Manipulation Program) is a powerful image The GIMP (GNU Image Manipulation Program) is a powerful image
@ -101,6 +102,7 @@ extensions.
%patch2 -p1 -b .icontheme %patch2 -p1 -b .icontheme
%patch3 -p1 -b .gcc4 %patch3 -p1 -b .gcc4
%patch4 -p1 -b .gifload %patch4 -p1 -b .gifload
%patch5 -p1 -b .htmlview
%build %build
libtoolize --copy --force libtoolize --copy --force
@ -348,6 +350,9 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.10-3
- use htmlview as default web browser (#183730, patch by Ben Levenson)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.10-2.2 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.10-2.2
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)