packages: php-pecl-igbinary/php-pecl-igbinary.spec - load after session module
glen
glen at pld-linux.org
Thu Oct 20 11:49:21 CEST 2011
Author: glen Date: Thu Oct 20 09:49:21 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- load after session module
---- Files affected:
packages/php-pecl-igbinary:
php-pecl-igbinary.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/php-pecl-igbinary/php-pecl-igbinary.spec
diff -u packages/php-pecl-igbinary/php-pecl-igbinary.spec:1.2 packages/php-pecl-igbinary/php-pecl-igbinary.spec:1.3
--- packages/php-pecl-igbinary/php-pecl-igbinary.spec:1.2 Fri Oct 14 08:28:25 2011
+++ packages/php-pecl-igbinary/php-pecl-igbinary.spec Thu Oct 20 11:49:16 2011
@@ -7,7 +7,7 @@
Summary: Replacement for the standard PHP serializer
Name: php-pecl-%{modname}
Version: 1.1.1
-Release: 2
+Release: 3
License: BSD
Group: Libraries
URL: http://pecl.php.net/package/igbinary
@@ -25,6 +25,7 @@
%{?with_tests:BuildRequires: php-pecl-APC}
#BuildRequires: php-pecl-apc-devel >= 3.1.7
%{?with_tests:BuildRequires: php-session}
+Requires: php-session
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -87,7 +88,7 @@
EXTENSION_DIR=%{php_extensiondir} \
INSTALL_ROOT=$RPM_BUILD_ROOT
-cp -p %{SOURCE2} $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
+cp -p %{SOURCE2} $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/session_%{modname}.ini
%clean
rm -rf $RPM_BUILD_ROOT
@@ -95,7 +96,7 @@
%files
%defattr(644,root,root,755)
%doc COPYING CREDITS NEWS README
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/*%{modname}.ini
%attr(755,root,root) %{php_extensiondir}/%{modname}.so
%files devel
@@ -108,6 +109,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/10/20 09:49:16 glen
+- load after session module
+
Revision 1.2 2011/10/14 06:28:25 glen
- tests need pcre and session exts
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-igbinary/php-pecl-igbinary.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list