From 4deb15317fb91f8a7817353f5dc2854f5c082fd4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:21:38 +0000 Subject: [PATCH] auto-import changelog data from ghostscript-7.07-31.src.rpm Wed Aug 18 2004 Tim Waugh 7.07-31 - Only ship gsx in the gtk subpackage. --- ghostscript.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index 855fe81..bb27560 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13 # Set this to '1' for fontconfig support. %define use_fontconfig 1 -Release: 30 +Release: 31 License: GPL URL: http://www.ghostscript.com/doc/gnu/ @@ -117,7 +117,7 @@ package. %package devel Summary: Files for developing applications that use ghostscript. -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Group: Development/Libraries %description devel @@ -125,7 +125,7 @@ The header files for developing applications that use ghostscript. %package gtk Summary: A GTK-enabled PostScript(TM) interpreter and renderer. -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Group: Applications/Publishing %description gtk @@ -562,7 +562,6 @@ MAIN_PWD=`pwd` find .%{_bindir}/ | sed -e 's/\.//;' | \ grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \ >> $MAIN_PWD/rpm.sharelist) -echo /usr/bin/gsx >> $MAIN_PWD/rpm.sharelist %clean rm -rf $RPM_BUILD_ROOT @@ -596,7 +595,18 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ijs-config %{_libdir}/libijs.a +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %changelog +* Wed Aug 18 2004 Tim Waugh 7.07-31 +- Only ship gsx in the gtk subpackage. + +* Fri Aug 6 2004 Tim Waugh +- Run /sbin/ldconfig in %%post/%%postun. +- Stricter requirements for the main package in the subpackages. + * Tue Jul 20 2004 Tim Waugh 7.07-30 - Updated eplaser driver to add alc4000 (bug #128007).