Author: glen Date: Sun Mar 12 17:43:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - use system adodb, please test
---- Files affected: SPECS: phpPgAdmin.spec (1.58 -> 1.59) ---- Diffs: ================================================================ Index: SPECS/phpPgAdmin.spec diff -u SPECS/phpPgAdmin.spec:1.58 SPECS/phpPgAdmin.spec:1.59 --- SPECS/phpPgAdmin.spec:1.58 Fri Feb 3 17:49:36 2006 +++ SPECS/phpPgAdmin.spec Sun Mar 12 18:43:49 2006 @@ -1,21 +1,22 @@ # $Revision$, $Date$ # TODO -# - use system adodb # - separate internal files (classes, libraries) and public files (.js, .css, index.php) to htdocs and above and point docroot to htdocs dir Summary: phpPgAdmin - web-based PostgreSQL administration Summary(pl): phpPgAdmin - administracja bazami PostgreSQL przez WWW Name: phpPgAdmin Version: 4.0.1 -Release: 4 +Release: 4.1 License: GPL v2+ Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2 # Source0-md5: 7e0c18a01538572d3c2b435725e68fe2 Source1: %{name}-apache.conf Patch0: %{name}-config.patch +Patch1: %{name}-adodb.patch URL: http://phppgadmin.sourceforge.net/ BuildRequires: rpmbuild(macros) >= 1.268 Requires(triggerpostun): sed >= 4.0 +Requires: adodb >= 4.67-1.17 Requires: php >= 3:4.1 Requires: php-pcre Requires: php-pgsql >= 3:4.1 @@ -43,6 +44,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 rm -f conf/config.inc.php-dist # remove language source files (or one wants to make -devel subpackage?) @@ -158,6 +160,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.59 2006/03/12 17:43:49 glen +- use system adodb, please test + Revision 1.58 2006/02/03 16:49:36 baggins - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/phpPgAdmin.spec?r1=1.58&r2=1.59&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
