rpms/lout/devel lout.spec,1.7,1.8

Tom Callaway spot at fedoraproject.org
Wed Oct 1 17:31:12 UTC 2008


Author: spot

Update of /cvs/extras/rpms/lout/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32099

Modified Files:
	lout.spec 
Log Message:
try using ps2pdf


Index: lout.spec
===================================================================
RCS file: /cvs/extras/rpms/lout/devel/lout.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lout.spec	1 Oct 2008 15:37:14 -0000	1.7
+++ lout.spec	1 Oct 2008 17:30:42 -0000	1.8
@@ -1,7 +1,7 @@
 Name:		lout
 Summary: 	A document formatting system
 Version: 	3.37
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 License: 	GPLv2+
 Group: 		Applications/Publishing
 URL:		ftp://ftp.cs.usyd.edu.au/jeff/lout/
@@ -53,7 +53,7 @@
        -r${passes} all > outfile.ps
     # Note that the above clobbers the prebuilt file outfile.ps that is
     # included in Lout's source tarball.
-    ps2pdf14 outfile.ps ../${pdf_file}.pdf
+    ps2pdf outfile.ps ../${pdf_file}.pdf
     rm *.li *.ld outfile.ps
     popd
 }
@@ -90,6 +90,9 @@
 
 
 %changelog
+* Wed Oct  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.37-2
+- try using ps2pdf
+
 * Wed Oct  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.37-1
 - update to 3.37
 




More information about the scm-commits mailing list