Removed chmod from prep, and updated comment to refect (#128341c12)
This commit is contained in:
parent
fe988b18b3
commit
396a8937ad
13
xterm.spec
13
xterm.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: xterm terminal emulator for the X Window System
|
Summary: xterm terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 200
|
Version: 200
|
||||||
Release: 1
|
Release: 2
|
||||||
URL: http://dickey.his.com/xterm
|
URL: http://dickey.his.com/xterm
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -23,9 +23,9 @@ programs that can't use the window system directly.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# The xterm source code decompreses with all of the files read-only, which
|
# The xterm source code used to decompress with all of the files read-only,
|
||||||
# is totally retarded.
|
# but appears to be fixed now
|
||||||
chmod -R u+w .
|
#chmod -R u+w .
|
||||||
%patch0 -p0 -b .can-2003-0063
|
%patch0 -p0 -b .can-2003-0063
|
||||||
#%patch1 -p0 -b .resources-redhat
|
#%patch1 -p0 -b .resources-redhat
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
@ -71,7 +71,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_x11bindir}/xterm
|
%{_x11bindir}/xterm
|
||||||
|
|
||||||
%changelog
|
%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
|
- Updated main tarball to xterm-200 for FC4 devel
|
||||||
- Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem
|
- Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem
|
||||||
occurs on ppc still or not.
|
occurs on ppc still or not.
|
||||||
|
Loading…
Reference in New Issue
Block a user