Browse Source

author included our submitted patch now

master
parent
commit
b84226c659
  1. 10
      xterm/xterm.patch
  2. 6
      xterm/xterm.spec

10
xterm/xterm.patch

@ -1,10 +0,0 @@
--- xtermcontrol-2.0/src/configuration.c.orig Fri Sep 20 14:39:32 2002
+++ xtermcontrol-2.0/src/configuration.c Fri Sep 20 14:39:18 2002
@@ -11,6 +11,7 @@
****************************************************************************/
#include <stdio.h>
+#include <sys/types.h>
#include <regex.h>
#include <stdlib.h>
#include <string.h>

6
xterm/xterm.spec

@ -26,7 +26,7 @@
%define V_whole 1.70
%define V_xterm 170
%define V_xtermset 0.5.1
%define V_xtermcontrol 2.0
%define V_xtermcontrol 2.0.1
# package information
Name: xterm
@ -38,13 +38,12 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: X11
Version: %{V_whole}
Release: 20021014
Release: 20021021
# list of sources
Source0: ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
Source1: http://belnet.dl.sourceforge.net/sourceforge/clts/xtermset-%{V_xtermset}.tar.gz
Source2: http://www.thrysoee.dk/xtermcontrol/xtermcontrol-%{V_xtermcontrol}.tar.gz
Patch0: xterm.patch
# build information
Prefix: %{l_prefix}
@ -65,7 +64,6 @@ AutoReqProv: no
%setup0 -q -c
%setup1 -q -T -D -a 1
%setup2 -q -T -D -a 2
%patch0 -p0
%build
( cd xterm-%{V_xterm}

Loading…
Cancel
Save