]> git.pld-linux.org Git - packages/ckeditor.git/blobdiff - ckeditor.spec
- up to 3.2.1
[packages/ckeditor.git] / ckeditor.spec
index 9bcb9e4ea0a72a7f4d9139d9ae70c09d15a01763..3794c57eea6bd555ed4d061b2c5c9a529346eb69 100644 (file)
@@ -1,15 +1,15 @@
 # TODO
-# - separate packages for plugins
+# - separate packages for plugins?
 # - uicolor for example bundles yui framework (30% of the whole plugins dir)
 Summary:       The text editor for Internet
 Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          ckeditor
-Version:       3.1
+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
 
@@ -96,8 +96,12 @@ cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
 
 %find_lang %{name}.lang
 
+# always include
+%{__sed} -i -e '/en\.js/d' %{name}.lang
+
 # already listed by plugin dir
 %{__sed} -i -e '/plugins/d' %{name}.lang
+
 %triggerin -- apache1 < 1.3.37-3, apache1-base
 %webapp_register apache %{_webapp}
 
@@ -128,6 +132,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
 %dir %{_appdir}
 %{_appdir}/*.js
+%{_appdir}/lang/en.js
 %{_appdir}/*.css
 %dir %{_appdir}/themes
 %{_appdir}/themes/default
@@ -138,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
@@ -156,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
This page took 0.058309 seconds and 4 git commands to generate.