rpms/ghostscript/devel ghostscript.spec,1.175,1.176

Tim Waugh twaugh at fedoraproject.org
Wed Oct 15 15:23:15 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/ghostscript/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17384

Modified Files:
	ghostscript.spec 
Log Message:
* Wed Oct 15 2008 Tim Waugh <twaugh at redhat.com> 8.63-3
- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).



Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ghostscript.spec	14 Oct 2008 10:54:40 -0000	1.175
+++ ghostscript.spec	15 Oct 2008 15:22:45 -0000	1.176
@@ -5,7 +5,7 @@
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 URL: http://www.ghostscript.com/
@@ -229,6 +229,9 @@
 # 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 @@
 %{_libdir}/libgs.so
 
 %changelog
+* Wed Oct 15 2008 Tim Waugh <twaugh at redhat.com> 8.63-3
+- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
+
 * Tue Oct 14 2008 Tim Waugh <twaugh at redhat.com> 8.63-2
 - Split out a doc sub-package (bug #466507).
 




More information about the fedora-extras-commits mailing list