Author: glen Date: Mon Feb 21 22:48:00 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - use virtual R: apache(mod_dir) (and use Requires, not PreReq, because PreReq just breaks poldek upgrade ordering) - kill annoying upgrade message
---- Files affected: SPECS: horde.spec (1.66 -> 1.67) ---- Diffs: ================================================================ Index: SPECS/horde.spec diff -u SPECS/horde.spec:1.66 SPECS/horde.spec:1.67 --- SPECS/horde.spec:1.66 Wed Feb 16 22:16:33 2005 +++ SPECS/horde.spec Mon Feb 21 23:47:55 2005 @@ -9,7 +9,7 @@ Summary(pt_BR): Componentes comuns do Horde usados por todos os módulos Name: horde Version: 3.0.3 -Release: 2.11 +Release: 2.18 License: LGPL Vendor: The Horde Project Group: Development/Languages/PHP @@ -20,10 +20,10 @@ URL: http://www.horde.org/ BuildRequires: rpmbuild(macros) >= 1.177 BuildRequires: rpm-php-pearprov >= 4.0.2-98 -PreReq: apache-mod_dir >= 1.3.22 Requires(triggerpostun): grep Requires(triggerpostun): sed >= 4.0 Requires: apache >= 1.3.33-3 +Requires: apache(mod_dir) >= 1.3.22 Requires: php >= 4.1.0 Requires: php-gettext >= 4.1.0 Requires: php-imap >= 4.1.0 @@ -133,7 +133,9 @@ fi fi +if [ "$1" = 1 ]; then %banner %{name} -e <<EOF + IMPORTANT: If you are installing for the first time, You must now create the Horde database tables. Look into directory @@ -141,6 +143,8 @@ to find out how to do this for your database. EOF +fi + %preun if [ "$1" = "0" ]; then # apache1 @@ -224,6 +228,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.67 2005/02/21 22:47:55 glen +- use virtual R: apache(mod_dir) (and use Requires, not PreReq, because PreReq just breaks poldek upgrade ordering) +- kill annoying upgrade message + Revision 1.66 2005/02/16 21:16:33 glen - remove .dist files from config dir (they belong to %doc, if anywhere) - apache config need not to be readable for http user ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/horde.spec?r1=1.66&r2=1.67&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
