[ghostscript: 1/2] Use %_cups_serverbin macro.

Tim Waugh twaugh at fedoraproject.org
Fri Jan 6 15:34:52 UTC 2012


commit 04f1d88ab0100aa3306f03b5b561694659dc8e1f
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Jan 6 14:41:19 2012 +0000

    Use %_cups_serverbin macro.

 ghostscript.spec |    9 +++++----
 1 files 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 <twaugh at redhat.com> 9.04-9
+- Use %%_cups_serverbin macro.
+
 * Tue Nov  8 2011 Tim Waugh <twaugh at redhat.com> 9.04-7
 - Applied fix for type 1 font copying code SEAC scanner (bug #728710).
 


More information about the scm-commits mailing list