The attached patch to the Release 2.1 tetex package tetex.spec
file fixed a dependency conflict with the texinfo package.  It
also removes the %{l_prefix}/bin/newer file which isn't in the
SuSE 9.x versions of tetex (and happens to conflict with an
internal package that we use :-).

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:               camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:            (206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

The Constitution is a written instrument.  As such, its meaning
does not alter.  That which it meant when it was adopted, it
means now.
-- SOUTH CAROLINA v. US, 199 U.S. 437, 448 (1905)
--- tetex.spec.orig     2004-09-22 11:58:39.000000000 -0700
+++ tetex.spec  2004-09-22 12:02:29.000000000 -0700
@@ -39,7 +39,7 @@
 Group:        Text
 License:      GPL
 Version:      %{V_src}
-Release:      2.1.0
+Release:      20040922
 
 #   package options
 %option       with_x11  no
@@ -251,6 +251,7 @@
     rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/texindex
     rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/info
     rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/infokey
+    rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/newer
     rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
     rm -f $RPM_BUILD_ROOT%{l_prefix}/info/info*
     rm -f $RPM_BUILD_ROOT%{l_prefix}/info/texinfo*
@@ -259,6 +260,8 @@
     rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/texi2dvi.1
     rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/texindex.1
     rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/info.1
+    rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man5/info.5
+    rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man5/texinfo.5
 
     #   determine installation files
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \

Reply via email to