From 0a563bc5c5dde3183d71d0aba934c2c3e2d9e4ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Jan 2013 15:49:10 +0100 Subject: php-horde-horde: define Alias for JavaScript Libraries --- horde.conf | 9 ++++++++- php-horde-horde.spec | 13 ++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/horde.conf b/horde.conf index 0d32d14..3e653c1 100644 --- a/horde.conf +++ b/horde.conf @@ -1,4 +1,11 @@ -Alias /horde /usr/share/horde +# Link to system Javascript Libraries +Alias /horde/js/scriptaculous /usr/share/scriptaculous +Alias /horde/js/prototype.js /usr/share/prototype/prototype.js +Alias /horde/js/ckeditor /usr/share/ckeditor +Alias /horde/js/syntaxhighlighter /usr/share/syntaxhighlighter + +# Link to horde +Alias /horde /usr/share/horde # **IMPORTANT** By default, everyone accessing Horde is automatically logged diff --git a/php-horde-horde.spec b/php-horde-horde.spec index b71c1ef..cb4c6b0 100644 --- a/php-horde-horde.spec +++ b/php-horde-horde.spec @@ -12,7 +12,7 @@ Name: php-horde-horde Version: 5.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Horde Application Framework Group: Development/Libraries @@ -30,6 +30,14 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} +# Web stuff +Requires: mod_php +Requires: httpd +Requires: prototype-httpd +Requires: scriptaculous-httpd +Requires: syntaxhighlighter-httpd +Requires: ckeditor +# PHP stuff Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_Alarm) >= 2.0.0 @@ -229,6 +237,9 @@ fi %changelog +* Thu Jan 24 2013 Remi Collet - 5.0.3-3 +- define Alias for JavaScript Libraries + * Sat Jan 13 2013 Remi Collet - 5.0.3-2 - obsoletes/provides horde -- cgit