]> git.pld-linux.org Git - packages/expect.git/blob - expect.spec
- more general lib64 if
[packages/expect.git] / expect.spec
1 Summary:        Tcl extension
2 Summary(de):    Tcl-Erweiterung
3 Summary(fr):    Extension Tcl
4 Summary(pl):    Rozszerzenie Tcl
5 Summary(ru):    òÁÓÛÉÒÅÎÉÅ Tcl ÄÌÑ ÕÐÒÁ×ÌÅÎÉÑ ÐÒÏÇÒÁÍÍÁÍÉ ÉÚ ÓËÒÉÐÔÏ×
6 Summary(tr):    Programlar arasý etkileþimi mümkün kýlan Tcl geniþletmesi
7 Summary(uk):    òÏÚÛÉÒÅÎÎÑ Tcl ÄÌÑ ËÅÒÕ×ÁÎÎÑ ÐÒÏÇÒÁÍÁÍÉ Ú¦ ÓËÒÉÐÔ¦×
8 Name:           expect
9 %define major   5.42
10 Version:        %{major}.1
11 Release:        1
12 License:        BSD
13 Group:          Development/Languages/Tcl
14 Source0:        http://expect.nist.gov/src/%{name}-%{version}.tar.gz
15 # Source0-md5:  fea346fac6aaf74b0851f2441f478571
16 Patch0:         %{name}-pty.patch
17 Patch1:         %{name}-alpha.patch
18 Patch2:         %{name}-bug7869.patch
19 Patch3:         %{name}-fixcat.patch
20 Patch4:         %{name}-soname.patch
21 Patch5:         %{name}-lib64.patch
22 Icon:           tcl.gif
23 URL:            http://expect.nist.gov/
24 BuildRequires:  autoconf
25 BuildRequires:  automake
26 BuildRequires:  tcl-devel >= 8.4.6
27 BuildRequires:  tk-devel >= 8.4.6
28 Requires:       tcl >= 8.4.6
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define         _ulibdir        /usr/lib
32
33 %description
34 Expect is a tool for automating interactive applications such as
35 telnet, ftp, passwd, fsck, rlogin, tip, etc. It makes it easy for a
36 script to control another program and interact with it.
37
38 %description -l pl
39 Expect to narzêdzie do automatyzacji interakcji z aplikacjami takimi
40 jak telnet, ftp, passwd, fsck, rlogin, tip itp. Expect pozwala w ³atwy
41 sposób przy pomocy skryptu kontrolowaæ inny program.
42
43 %description -l de
44 Expect ist ein Tool zur Automatisierung interaktiver Applikationen wie
45 telnet, ftp, passwd, fsck, rlogin, tip usw. Mit seiner Hilfe kann ein
46 Skript ein anderes Programm sehr leicht steuern oder damit
47 interagieren.
48
49 %description -l fr
50 expect est un un outil pour automatiser les applications interactives
51 comme telnet, ftp, passwd, fsck, rlogin, tip, etc. Il est alors facile
52 pour un script de contrôler un autre programme et d'interagir avec
53 lui.
54
55 %description -l tr
56 Expect telnet, ftp, passwd, fsck, rlogin, tip gibi etkileþimli
57 uygulamalarý otomatize etmeye yarayan bir araçtýr. Bir uygulamanýn bir
58 diðer uygulamayý denetlemesini kolaylaþtýrýr.
59
60 %description -l ru
61 Expect - ÜÔÏ ÉÎÓÔÒÕÍÅÎÔ ÄÌÑ Á×ÔÏÍÁÔÉÚÁÃÉÉ ÉÎÔÅÒÁËÔÉ×ÎÙÈ ÐÒÏÇÒÁÍÍ,
62 ÔÁËÉÈ ËÁË telnet, ftp, passwd, fsck, rlogin, tip, É Ô.Ð. ðÏÚ×ÏÌÑÅÔ
63 ÕÐÒÁ×ÌÑÔØ ÐÒÏÇÒÁÍÍÁÍÉ É ×ÚÁÉÍÏÄÅÊÓÔ×Ï×ÁÔØ Ó ÎÉÍÉ ÉÚ ÓËÒÉÐÔÏ×.
64
65 %description -l uk
66 Expect - ÃÅ ¦ÎÓÔÒÕÍÅÎÔ ÄÌÑ Á×ÔÏÍÁÔÉÚÁ槠¦ÎÔÅÒÁËÔÉ×ÎÉÈ ÐÒÏÇÒÁÍ, ÔÁËÉÈ
67 ÑË telnet, ftp, passwd, fsck, rlogin, tip, ¦ Ô.¦. äÏÚ×ÏÌѤ ËÅÒÕ×ÁÔÉ
68 ÐÒÏÇÒÁÍÁÍÉ ÔÁ ×ÚÁ¤ÍÏĦÑÔÉ Ú ÎÉÍÉ Ú¦ ÓËÒÉÐÔ¦×.
69
70 %package X11
71 Summary:        Tk extension
72 Summary(pl):    Rozszerzenie Tk
73 Group:          Development/Languages/Tcl
74 Requires:       %{name} = %{version}-%{release}
75
76 %description X11
77 This package contains expectk, which is an Tk extension, just as
78 expect Tcl extension.
79
80 %description X11 -l pl
81 Ten pakiet zawiera expectk, który jest rozszerzeniem dla Tk takim jak
82 expect jest dla Tcl.
83
84 %package devel
85 Summary:        Tcl extension header files and development documentation
86 Summary(pl):    Pliki nag³ówkowe i dokumentacja do rozszerzenia jêzyka Tcl
87 Group:          Development/Languages/Tcl
88 Requires:       %{name} = %{version}-%{release}
89 Requires:       tcl-devel >= 8.4.6
90
91 %description devel
92 Tcl extension language header files and develppment documentation.
93
94 %description devel -l pl
95 Pliki nag³ówkowe i dokumentacja do rozszerzenie jêzyka Tcl.
96
97 %package static
98 Summary:        Tcl extension static library
99 Summary(pl):    Biblioteka statyczna rozszerzenia jêzyka Tcl
100 Group:          Development/Languages/Tcl
101 Requires:       %{name}-devel = %{version}-%{release}
102
103 %description static
104 Tcl extension language static library.
105
106 %description static -l pl
107 Biblioteka statyczna rozszerzenia jêzyka Tcl.
108
109 %prep
110 %setup -q -n %{name}-%{major}
111 %patch0 -p1
112 %patch1 -p1
113 %patch2 -p1
114 %patch3 -p1
115 %patch4 -p1
116 %if "%{_lib}" == "lib64"
117 %patch5 -p1
118 %endif
119
120 chmod +w {.,testsuite}/configure
121
122 %build
123 install /usr/share/automake/config.* .
124 # only local macros, don't call aclocal
125 %{__autoconf}
126 cd testsuite
127 cp ../aclocal.m4 .
128 %{__autoconf}
129 cd -
130 %configure \
131         --enable-gcc \
132         --enable-shared \
133         --with-tclconfig=%{_ulibdir} \
134         --with-tkconfig=%{_ulibdir} \
135         --with-tclinclude=%{_includedir} \
136         --with-tkinclude=%{_includedir}
137
138 cat expect_cf.h | sed "s|.*SETPGRP_VOID.*|\#define SETPGRP_VOID 1|" > expect_cf.h.new
139 mv -f expect_cf.h{.new,}
140
141 %{__make}
142
143 %install
144 rm -rf $RPM_BUILD_ROOT
145
146 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} \
147 %{__make} install \
148         INSTALL_ROOT=$RPM_BUILD_ROOT
149
150 mv -f $RPM_BUILD_ROOT%{_bindir}/{rftp,rftp-expect}
151
152 ln -sf $(cd $RPM_BUILD_ROOT%{_libdir} ; echo libexpect%{major}.so.*.*) \
153         $RPM_BUILD_ROOT%{_libdir}/libexpect%{major}.so
154 ln -sf $(cd $RPM_BUILD_ROOT%{_libdir} ; echo libexpect%{major}.so.*.*) \
155         $RPM_BUILD_ROOT%{_libdir}/libexpect.so
156
157 %clean
158 rm -rf $RPM_BUILD_ROOT
159
160 %post   -p /sbin/ldconfig
161 %postun -p /sbin/ldconfig
162
163 %files
164 %defattr(644,root,root,755)
165 %attr(755,root,root) %{_bindir}/autoexpect
166 %attr(755,root,root) %{_bindir}/autopasswd
167 %attr(755,root,root) %{_bindir}/cryptdir
168 %attr(755,root,root) %{_bindir}/decryptdir
169 %attr(755,root,root) %{_bindir}/dislocate
170 %attr(755,root,root) %{_bindir}/expect
171 %attr(755,root,root) %{_bindir}/ftp-rfc
172 %attr(755,root,root) %{_bindir}/kibitz
173 %attr(755,root,root) %{_bindir}/lpunlock
174 %attr(755,root,root) %{_bindir}/mkpasswd
175 %attr(755,root,root) %{_bindir}/passmass
176 %attr(755,root,root) %{_bindir}/rftp-expect
177 %attr(755,root,root) %{_bindir}/rlogin-cwd
178 %attr(755,root,root) %{_bindir}/timed-read
179 %attr(755,root,root) %{_bindir}/timed-run
180 %attr(755,root,root) %{_bindir}/unbuffer
181 %attr(755,root,root) %{_bindir}/weather
182 %dir %{_libdir}/expect*
183 %attr(755,root,root) %{_libdir}/expect*/pkgIndex.tcl
184 %attr(755,root,root) %{_libdir}/libexpect*.so.*.*
185 %{_mandir}/man1/autoexpect.*
186 %{_mandir}/man1/cryptdir.*
187 %{_mandir}/man1/decryptdir.*
188 %{_mandir}/man1/dislocate.*
189 %{_mandir}/man1/expect.*
190 %{_mandir}/man1/kibitz.*
191 %{_mandir}/man1/mkpasswd.*
192 %{_mandir}/man1/passmass.*
193 %{_mandir}/man1/unbuffer.*
194
195 %files X11
196 %defattr(644,root,root,755)
197 %attr(755,root,root) %{_bindir}/expectk
198 %attr(755,root,root) %{_bindir}/multixterm
199 %attr(755,root,root) %{_bindir}/tknewsbiff
200 %attr(755,root,root) %{_bindir}/tkpasswd
201 %attr(755,root,root) %{_bindir}/xkibitz
202 %attr(755,root,root) %{_bindir}/xpstat
203 %{_mandir}/man1/expectk.*
204 %{_mandir}/man1/multixterm.*
205 %{_mandir}/man1/tknewsbiff.*
206 %{_mandir}/man1/xkibitz.*
207
208 %files devel
209 %defattr(644,root,root,755)
210 %doc ChangeLog FAQ HISTORY NEWS README
211 %attr(755,root,root) %{_libdir}/libexpect*.so
212 %{_includedir}/*
213 %{_mandir}/man3/*
214
215 %files static
216 %defattr(644,root,root,755)
217 %{_libdir}/*.a
This page took 0.04911 seconds and 4 git commands to generate.