SPECS: php-pecl-APC.spec - up to 3.0.12p2 (works with PHP5.2, serv...
zergin
zergin at pld-linux.org
Wed Dec 13 14:46:00 CET 2006
Author: zergin Date: Wed Dec 13 13:46:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 3.0.12p2 (works with PHP5.2, serveral crash fixes, etc)
- changed config dir of apache module to php/conf.d (no longer requires
apache1 though i'm not shure about this change)
---- Files affected:
SPECS:
php-pecl-APC.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SPECS/php-pecl-APC.spec
diff -u SPECS/php-pecl-APC.spec:1.22 SPECS/php-pecl-APC.spec:1.23
--- SPECS/php-pecl-APC.spec:1.22 Fri Nov 3 00:09:09 2006
+++ SPECS/php-pecl-APC.spec Wed Dec 13 14:45:55 2006
@@ -12,12 +12,12 @@
Summary: %{_modname} - Alternative PHP Cache
Summary(pl): %{_modname} - alternatywne cache PHP
Name: php-pecl-%{_modname}
-Version: 3.0.11
-Release: 2
+Version: 3.0.12p2
+Release: 1
License: PHP
Group: Development/Languages/PHP
Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
-# Source0-md5: 4d4481ba7be4245320083b9b254d6d79
+# Source0-md5: e7f1762ee95cdaaf90cf16345c6228a3
URL: http://pecl.php.net/package/APC/
BuildRequires: php-devel >= 3:5.0.0
BuildRequires: rpmbuild(macros) >= 1.322
@@ -75,9 +75,9 @@
install -D %{_modname}-%{version}/modules/apc.so $RPM_BUILD_ROOT%{extensionsdir}/%{_modname}.so
# we install APC.ini for all handlers but CLI and CGI
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,apache,apache2handler}.d
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,conf,apache2handler}.d
cp -a %{_modname}.ini $RPM_BUILD_ROOT%{_sysconfdir}/cgi-fcgi.d/%{_modname}.ini
-cp -a %{_modname}.ini $RPM_BUILD_ROOT%{_sysconfdir}/apache.d/%{_modname}.ini
+cp -a %{_modname}.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
cp -a %{_modname}.ini $RPM_BUILD_ROOT%{_sysconfdir}/apache2handler.d/%{_modname}.ini
%clean
@@ -97,7 +97,7 @@
%defattr(644,root,root,755)
%doc %{_modname}-%{version}/{CHANGELOG,INSTALL,NOTICE}
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cgi-fcgi.d/%{_modname}.ini
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.d/%{_modname}.ini
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/%{_modname}.ini
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache2handler.d/%{_modname}.ini
%attr(755,root,root) %{extensionsdir}/%{_modname}.so
@@ -107,6 +107,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2006/12/13 13:45:55 zergin
+- up to 3.0.12p2 (works with PHP5.2, serveral crash fixes, etc)
+- changed config dir of apache module to php/conf.d (no longer requires
+ apache1 though i'm not shure about this change)
+
Revision 1.22 2006/11/02 23:09:09 glen
- BR rpmmacros for fixed %requires_php_extension
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pecl-APC.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list