From 04f1d88ab0100aa3306f03b5b561694659dc8e1f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 6 Jan 2012 14:41:19 +0000 Subject: [PATCH] Use %_cups_serverbin macro. --- ghostscript.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index e62475f..9f492b2 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 7%{?dist} +Release: 9%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -328,9 +328,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_datadir}/cups/model/pxl* %{_datadir}/cups/mime/*.convs -# This really is /usr/lib, not _libdir -- it's more of a libexec usage -# but upstream CUPS won't use libexec. -/usr/lib/cups/filter/* +%{_cups_serverbin}/filter/* %files devel %defattr(-,root,root) @@ -343,6 +341,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Fri Jan 6 2012 Tim Waugh 9.04-9 +- Use %%_cups_serverbin macro. + * Tue Nov 8 2011 Tim Waugh 9.04-7 - Applied fix for type 1 font copying code SEAC scanner (bug #728710).