packages: roundcube-plugins/roundcube-plugins.spec - verbose files and bett...
glen
glen at pld-linux.org
Thu Aug 26 23:42:51 CEST 2010
Author: glen Date: Thu Aug 26 21:42:51 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- verbose files and better desc for jquery-ui pkg
---- Files affected:
packages/roundcube-plugins:
roundcube-plugins.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/roundcube-plugins/roundcube-plugins.spec
diff -u packages/roundcube-plugins/roundcube-plugins.spec:1.4 packages/roundcube-plugins/roundcube-plugins.spec:1.5
--- packages/roundcube-plugins/roundcube-plugins.spec:1.4 Thu Aug 26 23:34:35 2010
+++ packages/roundcube-plugins/roundcube-plugins.spec Thu Aug 26 23:42:46 2010
@@ -5,7 +5,7 @@
Name: roundcube-plugins
Version: 0.1
# DO NOT DECREASE RELEASE, subpackages will suffer
-Release: 1.2
+Release: 1.3
License: GPL v2
Group: Applications/WWW
Source0: http://roundcube-plugins.googlecode.com/files/jqueryui-1.8.2.1.tgz
@@ -36,14 +36,19 @@
RoundCube Webmail Plugins.
%package -n roundcube-plugin-jqueryui
-Summary: jquery-ui for roundcube
+Summary: jQuery-UI for Roundcube
Version: %{ever %{S:0}}
Group: Applications/WWW
Requires: php-common >= 4:%{php_min_version}
Requires: roundcubemail
%description -n roundcube-plugin-jqueryui
-jquery-ui for roundcube.
+jQueryUI adds the complete jQuery-UI library including the smoothness
+theme to Roundcube. This allows other plugins to use jQuery-UI without
+having to load their own version. The benefit of using 1 central
+jQuery-UI is that we won't run into problems of conflicting jQuery
+libraries being loaded. All plugins that want to use jQuery-UI should
+use this plugin as a requirement.
%package -n roundcube-plugin-keyboard_shortcuts
Summary: jquery-ui for roundcube
@@ -60,11 +65,16 @@
%setup -qcT %(seq -f -a%g 0 1 | xargs)
%undos -f php,js,css
+mv jqueryui/config.inc.php{.dist,}
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{pluginsdir}
cp -a * $RPM_BUILD_ROOT%{pluginsdir}
+rm $RPM_BUILD_ROOT%{pluginsdir}/jqueryui/README
+rm $RPM_BUILD_ROOT%{pluginsdir}/jqueryui/config.inc.php
+
rm $RPM_BUILD_ROOT%{pluginsdir}/keyboard_shortcuts/README
%clean
@@ -72,7 +82,17 @@
%files -n roundcube-plugin-jqueryui
%defattr(644,root,root,755)
-%{pluginsdir}/jqueryui
+%doc jqueryui/README
+%doc jqueryui/config.inc.php
+%dir %{pluginsdir}/jqueryui
+%{pluginsdir}/jqueryui/jqueryui.php
+# TODO: use jquery-ui rpm pkg here instead
+%{pluginsdir}/jqueryui/skins
+%dir %{pluginsdir}/jqueryui/js
+%{pluginsdir}/jqueryui/js/jquery-ui-*.custom.min.js
+%dir %{pluginsdir}/jqueryui/js/i18n
+# TODO %lang, or above todo
+%{pluginsdir}/jqueryui/js/i18n/jquery.ui.datepicker-*.js
%files -n roundcube-plugin-keyboard_shortcuts
%defattr(644,root,root,755)
@@ -94,6 +114,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/08/26 21:42:46 glen
+- verbose files and better desc for jquery-ui pkg
+
Revision 1.4 2010/08/26 21:34:35 glen
- undos sources, package %doc and %lang
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/roundcube-plugins/roundcube-plugins.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list