From: Jean-Marc Pigeon (Delson) Date: Wed, 27 Aug 2025 13:14:33 +0000 (-0400) Subject: Improving spec file X-Git-Tag: end-0.15~66 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=487a2a0032687a34cb3a2472446a6716482d83f1;p=jmp%2Fmailleur Improving spec file --- diff --git a/mailleur.spec.in b/mailleur.spec.in index 3cc6c54..142e959 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -165,6 +165,7 @@ Summary : mailleur using postgresql as Data-base #----------------------------------------------------------------------------- Requires : %{name} = %{version}-%{release} +Requires : php-pgsql Requires : postgresql-server Requires : postgresql-contrib Requires : dovecot-postgresql @@ -237,6 +238,7 @@ Summary : mailleur using mysql/mariadb as Data-base Requires : %{name} = %{version}-%{release} Requires : mariadb +Requires : php-mysqlnd Requires : dovecot-mysql Obsoletes : %{name}-postgresql <= %{version}-%{release} diff --git a/www/home.php b/www/home.php index f69bd3e..5c86a9e 100644 --- a/www/home.php +++ b/www/home.php @@ -8,7 +8,7 @@ function body() // include "scrfun.php"; -$footer=footer("_home_"); +$footer=footer("home"); $login=login(); $STR = << diff --git a/www/scrfun.php b/www/scrfun.php index 4c432c0..047890d 100644 --- a/www/scrfun.php +++ b/www/scrfun.php @@ -21,10 +21,10 @@ $today=date("D M d H:i:s Y"); $STR = <<
+ -
-$pageref, Version: $m_release +Version: $m_release, ($pageref) $copyright @@ -32,8 +32,8 @@ $copyright $today
+
EOT;