diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes index 26d6696..11788a8 100644 --- a/ghostscript-mini.changes +++ b/ghostscript-mini.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 28 10:59:21 CEST 2012 - jsmeix@suse.de + +- Require only the basic fonts for Ghostscript + (package ghostscript-fonts-std) but do not recommend + optional fonts (package ghostscript-fonts-other). + ------------------------------------------------------------------- Fri Mar 23 11:32:28 CET 2012 - jsmeix@suse.de diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index 39f6f95..174dc86 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -50,6 +50,8 @@ Source0: ghostscript-%{version}.tar.gz Conflicts: ghostscript Conflicts: ghostscript-x11 Conflicts: ghostscript-devel +# Require only the basic fonts for Ghostscript (but do not recommend ghostscript-fonts-other): +Requires: ghostscript-fonts-std # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun: PreReq: /sbin/ldconfig # Install into this non-root directory (required when norootforbuild is used): diff --git a/ghostscript.changes b/ghostscript.changes index 19f93b8..3e0b0ce 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 28 10:59:21 CEST 2012 - jsmeix@suse.de + +- Require the basic fonts for Ghostscript + (package ghostscript-fonts-std) and recommend the + optional fonts (package ghostscript-fonts-other). + ------------------------------------------------------------------- Fri Mar 23 11:32:28 CET 2012 - jsmeix@suse.de diff --git a/ghostscript.spec b/ghostscript.spec index 3184291..2e9013c 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -130,6 +130,10 @@ Conflicts: ghostscript-x11 > %{version}-%{release} # When the ghostscript main-package is installed, usually the exact matching # version-release of the ghostscript-x11 sub-package should be also installed: Recommends: ghostscript-x11 = %{version}-%{release} +# Require the basic fonts for Ghostscript: +Requires: ghostscript-fonts-std +# Usually the optional fonts for Ghostscript should be also installed: +Recommends: ghostscript-fonts-other # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun: PreReq: /sbin/ldconfig # Install into this non-root directory (required when norootforbuild is used):