]> git.pld-linux.org Git - packages/expect.git/commitdiff
- updated to 5.43.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Nov 2005 13:11:03 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hack CFLAGS to point to tcl-private/unix headers

Changed files:
    expect.spec -> 1.64

expect.spec

index ce6e2f85d6cf68bf25c9c5462735407498457261..0e75f64a9befe5f5440a7616d2b491121e8ef608 100644 (file)
@@ -6,13 +6,13 @@ Summary(ru):  
 Summary(tr):   Programlar arasý etkileþimi mümkün kýlan Tcl geniþletmesi
 Summary(uk):   òÏÚÛÉÒÅÎÎÑ Tcl ÄÌÑ ËÅÒÕ×ÁÎÎÑ ÐÒÏÇÒÁÍÁÍÉ Ú¦ ÓËÒÉÐÔ¦×
 Name:          expect
-%define        major   5.42
-Version:       %{major}.1
-Release:       2
+%define        major   5.43
+Version:       %{major}.0
+Release:       1
 License:       BSD
 Group:         Development/Languages/Tcl
 Source0:       http://expect.nist.gov/src/%{name}-%{version}.tar.gz
-# Source0-md5: fea346fac6aaf74b0851f2441f478571
+# Source0-md5: 230400129630335b3060a42f66fec11d
 Patch0:                %{name}-pty.patch
 Patch1:                %{name}-alpha.patch
 Patch2:                %{name}-bug7869.patch
@@ -129,6 +129,7 @@ cd testsuite
 cp ../aclocal.m4 .
 %{__autoconf}
 cd -
+CFLAGS="%{rpmcflags} -I%{_includedir}/tcl-private/unix"
 %configure \
        --enable-gcc \
        --enable-shared \
@@ -211,9 +212,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog FAQ HISTORY NEWS README
 %attr(755,root,root) %{_libdir}/libexpect*.so
-%{_includedir}/*
+%{_includedir}/*.h
 %{_mandir}/man3/*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libexpect*.a
This page took 0.077816 seconds and 4 git commands to generate.