From d918dcb655e3cbee64c60411fba5611d36c5113f64a3e07292b96dd670889c9a Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Wed, 28 Mar 2012 14:14:38 +0000 Subject: [PATCH] Accepting request 111590 from home:jsmeix Require ghostscript-fonts packages (bnc#735824) OBS-URL: https://build.opensuse.org/request/show/111590 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=9 --- ghostscript-mini.changes | 7 +++++++ ghostscript-mini.spec | 2 ++ ghostscript.changes | 7 +++++++ ghostscript.spec | 4 ++++ 4 files changed, 20 insertions(+) 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):