]> git.pld-linux.org Git - packages/expect.git/commitdiff
- hacked regeneration of configure script
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 1 May 2002 20:46:45 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed little typo
- release 52.1 (does not build, gcc complains a lot...)

Changed files:
    expect.spec -> 1.38

expect.spec

index 205e4eb075aa636e28b472c7226deb264a756b5f..3e1ec2cff440a22b4bb6f2a34351e652fd31f633 100644 (file)
@@ -7,7 +7,7 @@ Summary(tr):    Programlar aras
 Summary(uk):   òÏÚÛÉÒÅÎÎÑ tcl ÄÌÑ ËÅÒÕ×ÁÎÎÑ ÐÒÏÇÒÁÍÁÍÉ Ú¦ ÓËÒÉÐÔ¦×
 Name:          expect
 Version:       5.32.2
-Release:       52
+Release:       52.1
 License:       BSD
 Group:         Development/Languages/Tcl
 Source0:       ftp://ftp.scriptics.com/pub/tcl/expect/%{name}.%{version}.tar.gz
@@ -21,6 +21,8 @@ URL:          http://expect.nist.gov/
 BuildRequires: glibc-static
 BuildRequires: tcl-devel >= 8.3.2
 BuildRequires: tk-devel >= 8.3.2
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -107,14 +109,22 @@ Biblioteka statyczna rozszerzenia j
 %patch3 -p1
 %patch4 -p1
 
-chmod +w configure
+chmod +w {.,testsuite}/configure
 
 %build
-%configure2_13 \
+install /usr/share/automake/config.* .
+aclocal
+autoconf
+cd testsuite
+# aclocal doesn't work
+cp ../aclocal.m4 .
+autoconf
+cd -
+%configure \
        --enable-gcc \
        --enable-shared \
        --with-tclconfig=%{_libdir} \
-       --with-tkconfig=/%{_libdir} \
+       --with-tkconfig=%{_libdir} \
        --with-tclinclude=%{_includedir} \
        --with-tkinclude=%{_includedir}
 %{__make}
This page took 0.030557 seconds and 4 git commands to generate.