]> git.pld-linux.org Git - packages/ckeditor.git/commitdiff
- always include lang/en.js; rel 2 auto/ac/ckeditor-3_1-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Apr 2010 12:37:22 +0000 (12:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ckeditor.spec -> 1.5

ckeditor.spec

index 9bcb9e4ea0a72a7f4d9139d9ae70c09d15a01763..c568cbda005ffb9f7a3b64b894dc3c96781c3f6d 100644 (file)
@@ -1,11 +1,11 @@
 # 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
-Release:       1
+Release:       2
 License:       LGPL v2.1+ / GPL v2+ / MPL
 Group:         Applications/WWW
 Source0:       http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/%{name}_%{version}.tar.gz
@@ -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
This page took 0.096114 seconds and 4 git commands to generate.