[packages/ckeditor] package v2 compat symlink to kama skin

glen glen at pld-linux.org
Mon Apr 7 12:21:23 CEST 2014


commit 8248d96c804d22f75427b221f09bfe7c6c68ec0b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 7 13:15:04 2014 +0300

    package v2 compat symlink to kama skin

 apache.conf   | 1 +
 ckeditor.spec | 4 ++++
 2 files changed, 5 insertions(+)
---
diff --git a/ckeditor.spec b/ckeditor.spec
index ffc74d6..49913b9 100644
--- a/ckeditor.spec
+++ b/ckeditor.spec
@@ -58,6 +58,7 @@ install -d $RPM_BUILD_ROOT%{_appdir}
 
 cp -a ckeditor.js config.js styles.js contents.css $RPM_BUILD_ROOT%{_appdir}
 cp -a adapters plugins skins lang $RPM_BUILD_ROOT%{_appdir}
+ln -s kama $RPM_BUILD_ROOT%{_appdir}/skins/v2
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -113,7 +114,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %dir %{_appdir}/skins
 %{_appdir}/skins/moono
+
+# kama skin, and compat link to it
 %{_appdir}/skins/kama
+%{_appdir}/skins/v2
 
 %dir %{_appdir}/plugins
 %{_appdir}/plugins/icons.png
diff --git a/apache.conf b/apache.conf
index 4516397..e635eec 100644
--- a/apache.conf
+++ b/apache.conf
@@ -1,5 +1,6 @@
 Alias /ckeditor/ /usr/share/ckeditor/
 <Directory /usr/share/ckeditor>
+	Options +FollowSymLinks
 	<IfModule mod_authz_core.c>
 		# Apache 2.4
 		Require all granted
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ckeditor.git/commitdiff/2f918e15bd8b95517360557044ac4e1b9b837cab



More information about the pld-cvs-commit mailing list