From 396a8937ad316a6ad94390c72f5ab81c602fc910 Mon Sep 17 00:00:00 2001 From: mharris Date: Tue, 8 Feb 2005 05:36:24 +0000 Subject: [PATCH] Removed chmod from prep, and updated comment to refect (#128341c12) --- xterm.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/xterm.spec b/xterm.spec index 5942871..5f19728 100644 --- a/xterm.spec +++ b/xterm.spec @@ -4,7 +4,7 @@ Summary: xterm terminal emulator for the X Window System Name: xterm Version: 200 -Release: 1 +Release: 2 URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -23,9 +23,9 @@ programs that can't use the window system directly. %prep %setup -q -# The xterm source code decompreses with all of the files read-only, which -# is totally retarded. -chmod -R u+w . +# The xterm source code used to decompress with all of the files read-only, +# but appears to be fixed now +#chmod -R u+w . %patch0 -p0 -b .can-2003-0063 #%patch1 -p0 -b .resources-redhat %ifarch ppc ppc64 @@ -71,7 +71,10 @@ rm -rf $RPM_BUILD_ROOT %{_x11bindir}/xterm %changelog -* Fri Jul 13 2004 Mike A. Harris 200-1 +* Mon Feb 7 2005 Mike A. Harris 200-2 +- Removed chmod from prep, and updated comment to refect (#128341c12) + +* Mon Feb 7 2005 Mike A. Harris 200-1 - Updated main tarball to xterm-200 for FC4 devel - Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem occurs on ppc still or not.