- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
This commit is contained in:
parent
9f0b67fe7c
commit
b0a02a722b
@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
License: GPLv2
|
||||
URL: http://www.ghostscript.com/
|
||||
@ -229,6 +229,9 @@ touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/CIDFnmap.local
|
||||
# The man/de/man1 symlinks are broken (bug #66238).
|
||||
find $RPM_BUILD_ROOT%{_mandir}/de/man1 -type l | xargs rm -f
|
||||
|
||||
# Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/fixmswrd.pl
|
||||
|
||||
MAIN_PWD=`pwd`
|
||||
(cd $RPM_BUILD_ROOT; find ./usr/share/ghostscript/%{gs_dot_ver}/lib -type f | \
|
||||
sed -e 's/\.//;' | grep -v lib/Fontmap* | grep -v gs_init.ps > $MAIN_PWD/rpm.sharelist
|
||||
@ -285,6 +288,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
|
||||
%changelog
|
||||
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 8.63-3
|
||||
- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
|
||||
|
||||
* Tue Oct 14 2008 Tim Waugh <twaugh@redhat.com> 8.63-2
|
||||
- Split out a doc sub-package (bug #466507).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user