Use %_cups_serverbin macro.

This commit is contained in:
Tim Waugh 2012-01-06 14:41:19 +00:00
parent 95acfdb02b
commit 04f1d88ab0
1 changed files with 5 additions and 4 deletions

View File

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