rpms/plplot/devel plplot.spec,1.47,1.48

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Sun Dec 23 22:41:07 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/plplot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14559

Modified Files:
	plplot.spec 
Log Message:
unset TERM for octave output



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- plplot.spec	23 Dec 2007 19:38:54 -0000	1.47
+++ plplot.spec	23 Dec 2007 22:40:33 -0000	1.48
@@ -211,6 +211,8 @@
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 export FFLAGS="$RPM_OPT_FLAGS"
+#Needed for octave output to not have control characters
+unset TERM
 %cmake .. \
 	%{build_ada} \
 	%{build_octave} \




More information about the fedora-extras-commits mailing list