@@ -1,7 +1,7 @@
--- php5-expect.spec.orig
+++ php5-expect.spec
@@ -3,7 +3,7 @@
- %define pkg_version 0.3.1
+ %define pkg_version 0.3.3
%define php_version %(php-config --version 2>/dev/null)
#
-Name: php5-expect
@@ -25,10 +25,10 @@
#
URL: http://pecl.php.net/
Source: http://pecl.php.net/package/%{pkg_name}/%{pkg_name}-%{version}.tgz
-@@ -62,9 +62,9 @@ popd
+@@ -60,9 +60,9 @@ export LDFLAGS="-L%{_libdir}"
%install
- %makeinstall -C %{name} INSTALL_ROOT=%{buildroot}
+ %makeinstall INSTALL_ROOT=%{buildroot}
-%{__mkdir} -p %{buildroot}%{_sysconfdir}/php5/conf.d
-echo "; comment out next line to disable expect extension in php" > %{buildroot}%{_sysconfdir}/php5/conf.d/expect.ini
-echo "extension = expect.so" >> %{buildroot}%{_sysconfdir}/php5/conf.d/expect.ini
@@ -38,7 +38,7 @@
%clean
-@@ -72,7 +72,7 @@ echo "extension = expect.so" >> %{buildr
+@@ -70,7 +70,7 @@ echo "extension = expect.so" >> %{buildr
%files
%defattr(-,root,root,-)
|