]> git.pld-linux.org Git - packages/php-pecl-APC.git/commitdiff
- rel 2; common config for all SAPIs (no longer requires all sapis to be installed... auto/th/php-pecl-APC-3_0_19-2 auto/ti/php-pecl-APC-3_0_19-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 25 Jun 2008 12:40:27 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-APC.spec -> 1.37

php-pecl-APC.spec

index 6f650d7bf4e3a77be4d35a48d51d579c53431728..1a8a13f72ca29e0db94d265dce2668b957886bf5 100644 (file)
@@ -8,7 +8,7 @@ Summary:        %{_modname} - Alternative PHP Cache
 Summary(pl.UTF-8):     %{_modname} - alternatywne cache PHP
 Name:          php-pecl-%{_modname}
 Version:       3.0.19
-Release:       1
+Release:       2
 License:       PHP
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
@@ -69,11 +69,9 @@ phpize
 rm -rf $RPM_BUILD_ROOT
 install -D %{_modname}-%{version}/modules/apc.so $RPM_BUILD_ROOT%{php_extensiondir}/%{_modname}.so
 
-# we install APC.ini for all handlers but CLI and CGI
-install -d $RPM_BUILD_ROOT%{php_sysconfdir}/{cgi-fcgi,conf,apache,apache2handler}.d
-cp -a %{_modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/cgi-fcgi.d/%{_modname}.ini
-cp -a %{_modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/apache.d/%{_modname}.ini
-cp -a %{_modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/apache2handler.d/%{_modname}.ini
+install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
+
+cp -a %{_modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -89,7 +87,5 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc %{_modname}-%{version}/{CHANGELOG,INSTALL,NOTICE}
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/cgi-fcgi.d/%{_modname}.ini
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/apache.d/%{_modname}.ini
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/apache2handler.d/%{_modname}.ini
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{_modname}.so
This page took 0.106111 seconds and 4 git commands to generate.