don't refer to freefonts and sharefonts in %description

This commit is contained in:
Nils Philippsen 2005-03-11 08:07:25 +00:00
parent 3cf40f976b
commit 076538039a

View File

@ -14,7 +14,7 @@ Version: 2.2.4
%define minorver 200
%define microver %(ver=%{version}; echo ${ver##*.*.})
#define prever pre2
Release: %{?prever:0.0.%{prever}.}3
Release: %{?prever:0.0.%{prever}.}4
Epoch: 2
License: GPL, LGPL
Group: Applications/Multimedia
@ -68,17 +68,6 @@ large image manipulation toolbox, including channel operations and
layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
all with multi-level undo.
The GIMP includes a scripting facility, but many of the included
scripts rely on fonts that we cannot distribute. The GIMP FTP site
has a package of fonts that you can install by yourself, which
includes all the fonts needed to run the included scripts. Some of
the fonts have unusual licensing requirements; all the licenses are
documented in the package. Get
ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz and
ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so
inclined. Alternatively, choose fonts which exist on your system
before running the scripts.
%package devel
Summary: GIMP plugin and extension development kit
Group: Applications/Multimedia
@ -313,6 +302,9 @@ fi
%{_libdir}/pkgconfig/*
%changelog
* Fri Mar 11 2004 Nils Philippsen <nphilipp@redhat.com>
- don't refer to freefonts and sharefonts in %%description
* Wed Mar 09 2005 Nils Philippsen <nphilipp@redhat.com>
- prevent gifload plugin from crashing when loading files with bogus frame size
(#150677, #150678)