rpms/tetex/devel tetex-3.0-xprint.patch, NONE, 1.1 tetex.spec, 1.91, 1.92

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 5 21:18:26 UTC 2006


Author: ajackson

Update of /cvs/dist/rpms/tetex/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28021

Modified Files:
	tetex.spec 
Added Files:
	tetex-3.0-xprint.patch 
Log Message:
- Remove spurious Xprint dependency


tetex-3.0-xprint.patch:
 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE tetex-3.0-xprint.patch ---
--- tetex-src-3.0/texk/xdvik/configure.in.xprint	2006-05-05 16:31:52.000000000 -0400
+++ tetex-src-3.0/texk/xdvik/configure.in	2006-05-05 16:32:07.000000000 -0400
@@ -105,8 +105,8 @@
   else
     XLFLAG=
   fi
-  AC_CHECK_LIB(Xp, XpQueryVersion,
-               x_ext_lib="-lXp -lXext", :, -lXext -lX11 $X_EXTRA_LIBS $XLFLAG)
+#  AC_CHECK_LIB(Xp, XpQueryVersion,
+#               x_ext_lib="-lXp -lXext", :, -lXext -lX11 $X_EXTRA_LIBS $XLFLAG)
 fi
 dnl
 dnl If libXp not found, try libXext only:


Index: tetex.spec
===================================================================
RCS file: /cvs/dist/rpms/tetex/devel/tetex.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- tetex.spec	26 Apr 2006 15:52:10 -0000	1.91
+++ tetex.spec	5 May 2006 21:18:23 -0000	1.92
@@ -11,7 +11,7 @@
 Summary: The TeX text formatting system.
 Name: tetex
 Version: 3.0
-Release: 22
+Release: 23
 License: distributable
 Group: Applications/Publishing
 Requires: tmpwatch, dialog, ed
@@ -66,6 +66,7 @@
 Patch5: tetex-3.0-browser.patch
 Patch6: tetex-3.0-tkdep.patch
 Patch7: tetex-3.0-tkdefaults.patch
+Patch8: tetex-3.0-xprint.patch
 
 ######
 # teTeX patches
@@ -261,6 +262,7 @@
 %patch5 -p1 -b .browser
 %patch6 -p1 -b .tkdep
 %patch7 -p1 -b .tkdefaults
+%patch8 -p1 -b .xprint
 
 ######
 # teTeX patches
@@ -813,6 +815,9 @@
 %defattr(-,root,root)
 
 %changelog
+* Fri May  5 2006 Adam Jackson <ajackson at redhat.com> 3.0-23
+- Remove spurious Xprint dependency
+
 * Mon Apr 24 2006 Jindrich Novy <jnovy at redhat.com> 3.0-22
 - don't package documentation for removed preview package (#189753)
 - enhance Japanese support, thanks to Matsuura Takanori:




More information about the fedora-cvs-commits mailing list