Author: glen Date: Fri Dec 2 15:43:57 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - config.patch - proper build macros
---- Files affected: SPECS: phpPgAdmin.spec (1.52 -> 1.53) ---- Diffs: ================================================================ Index: SPECS/phpPgAdmin.spec diff -u SPECS/phpPgAdmin.spec:1.52 SPECS/phpPgAdmin.spec:1.53 --- SPECS/phpPgAdmin.spec:1.52 Fri Dec 2 16:38:53 2005 +++ SPECS/phpPgAdmin.spec Fri Dec 2 16:43:51 2005 @@ -6,13 +6,14 @@ Summary(pl): phpPgAdmin - administracja bazami PostgreSQL przez WWW Name: phpPgAdmin Version: 4.0.1 -Release: 1.6 +Release: 1.8 License: GPL v2+ Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2 # Source0-md5: 7e0c18a01538572d3c2b435725e68fe2 +Patch0: %{name}-config.patch URL: http://phppgadmin.sourceforge.net/ -BuildRequires: rpmbuild(macros) >= 1.226 +BuildRequires: rpmbuild(macros) >= 1.264 Requires(triggerpostun): sed >= 4.0 Requires: php >= 3:4.1 Requires: php-pcre @@ -40,10 +41,9 @@ %prep %setup -q +%patch0 -p1 rm -f conf/config.inc.php-dist -%{__sed} -i 's|error_reporting(E_ALL);|error_reporting(E_ALL \& ~E_NOTICE);|' libraries/lib.inc.php - cat > apache.conf <<EOF Alias /pgadmin /usr/share/phpPgAdmin EOF @@ -165,6 +165,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.53 2005/12/02 15:43:51 glen +- config.patch +- proper build macros + Revision 1.52 2005/12/02 15:38:53 glen - use webapps framework - cleanups and make things better ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/phpPgAdmin.spec?r1=1.52&r2=1.53&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
