Removed chmod from prep, and updated comment to refect (#128341c12)

This commit is contained in:
mharris 2005-02-08 05:36:24 +00:00
parent fe988b18b3
commit 396a8937ad

View File

@ -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 <mharris@redhat.com> 200-1
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-2
- Removed chmod from prep, and updated comment to refect (#128341c12)
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 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.