From 11533cd93bac52e312fee6736a9e6a2016617a87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 20 Dec 2006 00:08:48 +0000 Subject: [PATCH] - use new php extension related macros Changed files: php-pecl-expect.spec -> 1.6 --- php-pecl-expect.spec | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/php-pecl-expect.spec b/php-pecl-expect.spec index 0d610b1..08ed04d 100644 --- a/php-pecl-expect.spec +++ b/php-pecl-expect.spec @@ -1,7 +1,5 @@ %define _modname expect %define _status beta -%define _sysconfdir /etc/php -%define extensionsdir %(php-config --extension-dir 2>/dev/null) Summary: %{_modname} - PHP extension for expect library Summary(pl): %{_modname} - rozszerzenie PHP dla biblioteki expect Name: php-pecl-%{_modname} @@ -14,9 +12,9 @@ Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz URL: http://pecl.php.net/package/expect/ BuildRequires: expect-devel BuildRequires: php-devel >= 3:5.0.0 -BuildRequires: rpmbuild(macros) >= 1.322 +BuildRequires: rpmbuild(macros) >= 1.344 %{?requires_php_extension} -Requires: %{_sysconfdir}/conf.d +Requires: php-common >= 4:5.0.4 Obsoletes: php-pear-%{_modname} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -43,10 +41,10 @@ phpize %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}} +install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}} -install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir} -cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini +install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{php_extensiondir} +cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini ; Enable %{_modname} extension module extension=%{_modname}.so EOF @@ -55,16 +53,14 @@ EOF rm -rf $RPM_BUILD_ROOT %post -[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart -[ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart +%php_webserver_restart %postun if [ "$1" = 0 ]; then - [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart - [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart + %php_webserver_restart fi %files %defattr(644,root,root,755) -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/%{_modname}.ini -%attr(755,root,root) %{extensionsdir}/%{_modname}.so +%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini +%attr(755,root,root) %{php_extensiondir}/%{_modname}.so -- 2.44.0