]> git.pld-linux.org Git - packages/ckeditor.git/commitdiff
add kama skin - The default CKEditor 3 skin ported to CKEditor 4. auto/ac/ckeditor-4.3.2-1 auto/th/ckeditor-4.3.2-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 3 Feb 2014 13:30:32 +0000 (15:30 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Feb 2014 13:30:32 +0000 (15:30 +0200)
ckeditor.spec

index ab27a73e6f63d478059b9a38a55fecfa9846bbb2..ffc74d6f648372c47aa51b3456d148899917c607 100644 (file)
@@ -9,10 +9,13 @@ License:      LGPL v2.1+ / GPL v2+ / MPL
 Group:         Applications/WWW
 Source0:       http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/%{name}_%{version}_full.tar.gz
 # Source0-md5: 650ccbfbd51153261dc9be9bdc9ef5c0
+# http://ckeditor.com/addon/kama - The default CKEditor 3 skin ported to CKEditor 4.
+Source1:       http://download.ckeditor.com/kama/releases/kama_%{version}.zip
+# Source1-md5: a57baab966aa228b85927cc07a7f95a1
 URL:           http://www.ckeditor.com/
-Source1:       find-lang.sh
 Source2:       apache.conf
 Source3:       lighttpd.conf
+Source4:       find-lang.sh
 BuildRequires: rpmbuild(macros) >= 1.553
 BuildRequires: sed >= 4.0
 Requires:      webapps
@@ -27,7 +30,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _sysconfdir     %{_webapps}/%{_webapp}
 %define                _appdir         %{_datadir}/%{name}
 
-%define                find_lang       sh %{SOURCE1}
+%define                find_lang       sh %{SOURCE4}
 
 %description
 This HTML text editor brings to the web many of the powerful
@@ -40,8 +43,9 @@ edytorów biurowych, takich jak MS Word. Jest lekki i nie wymaga żadnej
 inicjalizacji na komputerze klienckim.
 
 %prep
-%setup -qc
+%setup -qc -a1
 mv ckeditor/* .
+mv kama skins
 
 find -name _translationstatus.txt -print -delete
 
@@ -109,6 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %dir %{_appdir}/skins
 %{_appdir}/skins/moono
+%{_appdir}/skins/kama
 
 %dir %{_appdir}/plugins
 %{_appdir}/plugins/icons.png
This page took 0.081442 seconds and 4 git commands to generate.