Author: glen Date: Tue Sep 12 12:59:29 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - move configs to /etc/sqlrelay - php R: php-pear-DB
---- Files affected: SPECS: sqlrelay.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/sqlrelay.spec diff -u SPECS/sqlrelay.spec:1.8 SPECS/sqlrelay.spec:1.9 --- SPECS/sqlrelay.spec:1.8 Tue Sep 12 14:47:02 2006 +++ SPECS/sqlrelay.spec Tue Sep 12 14:59:24 2006 @@ -9,7 +9,7 @@ Summary: Persistent database connection system Name: sqlrelay Version: 0.37.1 -Release: 0.21 +Release: 0.23 License: GPL/LGPL and Others Group: Daemons Source0: http://dl.sourceforge.net/sqlrelay/%{name}-%{version}.tar.gz @@ -40,6 +40,7 @@ %define phpextdir %(php-config --extension-dir 2>/dev/null) %define _localstatedir /var/lib +%define _sysconfdir /etc/%{name} %description SQL Relay is a persistent database connection pooling, proxying and @@ -118,6 +119,7 @@ Summary: SQL Relay modules for PHP Group: Development/Languages Requires: %{name}-client-runtime = %{version}-%{release} +Requires: php-pear-DB %description -n php-%{name} SQL Relay modules for PHP. @@ -232,6 +234,7 @@ %files %defattr(644,root,root,755) +%dir %{_sysconfdir} %{_sysconfdir}/sqlrelay.dtd %config(noreplace) %verify(not md5 mtime size) %attr(640,root,sqlrelay) %{_sysconfdir}/sqlrelay.conf %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sqlrelay.instances @@ -356,6 +359,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/09/12 12:59:24 glen +- move configs to /etc/sqlrelay +- php R: php-pear-DB + Revision 1.8 2006/09/12 12:47:02 glen - client-runtime needs uid/gid ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sqlrelay.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
