Browse Source

modifying package: expect-5.39.0 20030911 -> 20031211

master
parent
commit
b92cf653eb
  1. 23
      expect/expect.patch
  2. 6
      expect/expect.spec

23
expect/expect.patch

@ -1,23 +0,0 @@
--- tcl8.4.4/unix/Makefile.in.dist 2003-07-22 10:32:06.000000000 +0200
+++ tcl8.4.4/unix/Makefile.in 2003-07-22 10:33:10.000000000 +0200
@@ -1343,12 +1343,15 @@
# TOOL_DIR.
#
-html-tcl: EXTRA_HTML_ARGS=--tcl
-html-tk: EXTRA_HTML_ARGS=--tk
-
-html html-tcl html-tk:
+html:
+ $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
+ --srcdir=$(TOP_DIR)/..
+html-tcl:
+ $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
+ --srcdir=$(TOP_DIR)/.. --tcl
+html-tk:
$(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
- --srcdir=$(TOP_DIR)/.. $(EXTRA_HTML_ARGS)
+ --srcdir=$(TOP_DIR)/.. --tk
#
# Target to create a Macintosh version of the distribution. This will

6
expect/expect.spec

@ -35,7 +35,7 @@
# package versions
%define V_expect_tar 5.39.0
%define V_expect_dir 5.39
%define V_tcl 8.4.4
%define V_tcl 8.4.5
# package information
Name: expect
@ -47,12 +47,11 @@ Distribution: OpenPKG [BASE]
Group: Language
License: GPL
Version: %{V_expect_tar}
Release: 20030911
Release: 20031211
# list of sources
Source0: http://expect.nist.gov/src/expect-%{V_expect_tar}.tar.gz
Source1: ftp://ftp.scriptics.com/pub/tcl/tcl8_4/tcl%{V_tcl}-src.tar.gz
Patch0: expect.patch
# build information
Prefix: %{l_prefix}
@ -71,7 +70,6 @@ AutoReqProv: no
%prep
%setup0 -q -c
%setup1 -q -T -D -a 1
%patch0 -p0
%build
( cd tcl%{V_tcl}/unix

Loading…
Cancel
Save