]> git.pld-linux.org Git - packages/php-pecl-expect.git/commitdiff
- up to 0.3.3 master auto/th/php-pecl-expect-0.3.3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 13 Jun 2018 07:04:28 +0000 (09:04 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 13 Jun 2018 07:04:28 +0000 (09:04 +0200)
php-pecl-expect.spec

index 95b47b309184b52c4680ab849f53639ac230e441..cb9d6c5bfd095ed0a7bed9cc065a9ecc87280aff 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       %{modname} - PHP extension for expect library
 Summary(pl.UTF-8):     %{modname} - rozszerzenie PHP dla biblioteki expect
 Name:          %{php_name}-pecl-%{modname}
-Version:       0.3.1
-Release:       9
+Version:       0.3.3
+Release:       1
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: 834eeff610b86f7dae68dc788f75e35b
+# Source0-md5: a657a640e7e4e7cb1540b9706ffe1219
 URL:           http://pecl.php.net/package/expect/
 BuildRequires: %{php_name}-devel >= 3:5.0.4
 BuildRequires: expect-devel
@@ -37,7 +37,8 @@ mv %{modname}-%{version}/* .
 
 %build
 phpize
-%configure
+%configure \
+       --with-tcldir=%{_prefix}/lib
 %{__make}
 
 %install
This page took 0.035888 seconds and 4 git commands to generate.