]> git.pld-linux.org Git - packages/ckeditor.git/commitdiff
- up to 3.2.1 auto/ac/ckeditor-3_2_1-1 auto/th/ckeditor-3_2_1-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Apr 2010 18:59:44 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ckeditor.spec -> 1.6
    find-lang.sh -> 1.2

ckeditor.spec
find-lang.sh

index c568cbda005ffb9f7a3b64b894dc3c96781c3f6d..3794c57eea6bd555ed4d061b2c5c9a529346eb69 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       The text editor for Internet
 Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          ckeditor
-Version:       3.1
-Release:       2
+Version:       3.2.1
+Release:       1
 License:       LGPL v2.1+ / GPL v2+ / MPL
 Group:         Applications/WWW
 Source0:       http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/%{name}_%{version}.tar.gz
-# Source0-md5: 9c4a9e54f756e24c6aac24888c4599d0
+# Source0-md5: 793ad3d32b15f88b71db72573710a926
 URL:           http://www.ckeditor.com/
 Source1:       find-lang.sh
 Source2:       apache.conf
@@ -60,8 +60,8 @@ rmdir ckeditor
 rm ckeditor_php4.php
 mv ckeditor_php5.php ckeditor.php
 
-rm -rf _source
-rm -f *_source.js
+# collect source for reference
+mv *_source.js _source
 
 rm lang/_translationstatus.txt
 
@@ -143,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_appdir}/skins/v2
 
 %dir %{_appdir}/plugins
+%{_appdir}/plugins/a11yhelp
 %{_appdir}/plugins/about
 %{_appdir}/plugins/clipboard
 %{_appdir}/plugins/colordialog
@@ -161,7 +162,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_appdir}/plugins/showblocks
 %{_appdir}/plugins/smiley
 %{_appdir}/plugins/specialchar
-%{_appdir}/plugins/stylescombo
+%{_appdir}/plugins/styles
 %{_appdir}/plugins/table
 %{_appdir}/plugins/tabletools
 %{_appdir}/plugins/templates
index 3a0a295c2a19bc5a21d86352e4e3e890bbe4f8d6..d3706305664280cd8ae4393a97c93fab3c9946c4 100644 (file)
@@ -21,6 +21,9 @@ langfile=$1
                en-ca)
                        lang=en_CA
                ;;
+               en-gb)
+                       lang=en_GB
+               ;;
                en-uk)
                        lang=en_UK
                ;;
This page took 0.073958 seconds and 4 git commands to generate.