]> git.pld-linux.org Git - packages/expect.git/commitdiff
- updated to 5.37 RA-1_0 expect-5_37-1
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 2 May 2002 20:05:20 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changes source adress (on scriptics there is only old version)
- fixed building
- STBR

Changed files:
    expect.spec -> 1.39

expect.spec

index 3e1ec2cff440a22b4bb6f2a34351e652fd31f633..fed1f01c0a16cf749e5dc4c85270e94c1db7ad09 100644 (file)
@@ -6,11 +6,11 @@ Summary(ru):  
 Summary(tr):   Programlar arasý etkileþimi mümkün kýlan tcl geniþletmesi
 Summary(uk):   òÏÚÛÉÒÅÎÎÑ tcl ÄÌÑ ËÅÒÕ×ÁÎÎÑ ÐÒÏÇÒÁÍÁÍÉ Ú¦ ÓËÒÉÐÔ¦×
 Name:          expect
-Version:       5.32.2
-Release:       52.1
+Version:       5.37
+Release:       1
 License:       BSD
 Group:         Development/Languages/Tcl
-Source0:       ftp://ftp.scriptics.com/pub/tcl/expect/%{name}.%{version}.tar.gz
+Source0:       http://expect.nist.gov/%{name}.tar.gz
 Patch0:                %{name}-pty.patch
 Patch1:                %{name}-alpha.patch
 Patch2:                %{name}-bug7869.patch
@@ -102,7 +102,7 @@ Tcl extension language static library.
 Biblioteka statyczna rozszerzenia jêzyka TCL.
 
 %prep
-%setup  -q -n %{name}5.32
+%setup  -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -127,6 +127,10 @@ cd -
        --with-tkconfig=%{_libdir} \
        --with-tclinclude=%{_includedir} \
        --with-tkinclude=%{_includedir}
+
+cat expect_cf.h | sed "s|.*SETPGRP_VOID.*|\#define SETPGRP_VOID 1|" > expect_cf.h.new
+mv -f expect_cf.h{.new,}
+
 %{__make}
 
 %install
This page took 0.072228 seconds and 4 git commands to generate.