SPECS: expect.spec - updated to 5.43.0 - hack CFLAGS to point to t...
qboosh
qboosh at pld-linux.org
Sun Nov 20 14:11:08 CET 2005
Author: qboosh Date: Sun Nov 20 13:11:08 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 5.43.0
- hack CFLAGS to point to tcl-private/unix headers
---- Files affected:
SPECS:
expect.spec (1.63 -> 1.64)
---- Diffs:
================================================================
Index: SPECS/expect.spec
diff -u SPECS/expect.spec:1.63 SPECS/expect.spec:1.64
--- SPECS/expect.spec:1.63 Mon Nov 14 10:04:58 2005
+++ SPECS/expect.spec Sun Nov 20 14:11:03 2005
@@ -7,13 +7,13 @@
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
@@ -130,6 +130,7 @@
cp ../aclocal.m4 .
%{__autoconf}
cd -
+CFLAGS="%{rpmcflags} -I%{_includedir}/tcl-private/unix"
%configure \
--enable-gcc \
--enable-shared \
@@ -212,12 +213,12 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -225,6 +226,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2005/11/20 13:11:03 qboosh
+- updated to 5.43.0
+- hack CFLAGS to point to tcl-private/unix headers
+
Revision 1.63 2005/11/14 09:04:58 pluto
- build fixed (tcl private includes).
- release 2.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/expect.spec?r1=1.63&r2=1.64&f=u
More information about the pld-cvs-commit
mailing list