From d114ae2f826608ade396429316f43b69742fb057 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Apr 2013 08:26:28 +0200 Subject: ckeditor: don't provide default alias, #910590 --- ckeditor.conf | 6 ++++-- ckeditor.spec | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ckeditor.conf b/ckeditor.conf index 748db3e..3feace3 100644 --- a/ckeditor.conf +++ b/ckeditor.conf @@ -1,4 +1,7 @@ -Alias /ckeditor /usr/share/ckeditor +# Uncomment this if you need ckeditor to live at the root of your webserver +# NOTE: This is needed by provided examples +# This is not needed for drupal-ckeditor and may break it +#Alias /ckeditor /usr/share/ckeditor @@ -11,4 +14,3 @@ Alias /ckeditor /usr/share/ckeditor Allow from all - diff --git a/ckeditor.spec b/ckeditor.spec index 2b71de5..f5aaead 100644 --- a/ckeditor.spec +++ b/ckeditor.spec @@ -43,7 +43,6 @@ sed -e 's:src="../ckeditor.js":src="/ckeditor/ckeditor.js":' \ %install rm -rf %{buildroot} - # Javascript mkdir -p %{buildroot}%{_datadir} cp -rp %{name} %{buildroot}%{_datadir}/ @@ -70,7 +69,8 @@ rm -rf %{buildroot} %changelog * Sun Apr 7 2013 Remi Collet - 4.1-1 - Update to 4.1 -- provided ckeditor_basic for compatibility +- provided ckeditor_basic.js for compatibility with 3.6 +- don't provide default alias, #910590 * Tue Mar 19 2013 Orion Poplawski 4.0.2-1 - Update to 4.0.2 -- cgit