Author: glen Date: Tue Jun 3 15:09:55 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add ui.datepicker
---- Files affected: SPECS: jquery.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/jquery.spec diff -u SPECS/jquery.spec:1.2 SPECS/jquery.spec:1.3 --- SPECS/jquery.spec:1.2 Tue Feb 19 15:38:58 2008 +++ SPECS/jquery.spec Tue Jun 3 17:09:49 2008 @@ -2,7 +2,7 @@ Summary: jQuery JavaScript Library Name: jquery Version: 1.2.3 -Release: 0.1 +Release: 0.2 License: MIT / GPL Group: Applications/WWW Source0: http://jqueryjs.googlecode.com/files/%{name}-%{version}-release.zip @@ -11,6 +11,8 @@ # Source1-md5: 0266a3bef437a17a44cdcad1aa3908de Source2: http://jqueryjs.googlecode.com/svn/trunk/plugins/form/%{name}.form.js # Source2-md5: a5f1e11a042a60bc1557a0c7460db46c +Source3: http://marcgrabanski.com/code/ui-datepicker/core/core.ui.datepicker.zip +# Source3-md5: 46967b9c5ee626697b977e2909fb00b1 URL: http://jquery.com/ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -25,11 +27,12 @@ jQuery is designed to change the way that you write JavaScript. %prep -%setup -qc +%setup -qc -a3 %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_appdir}/plugins +# core cp -a dist/jquery.min.js $RPM_BUILD_ROOT%{_appdir}/jquery.js # plugins @@ -40,6 +43,9 @@ # http://plugins.jquery.com/project/form, MIT/GPL v2.04 cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_appdir}/plugins/form.js +# http://marcgrabanski.com/code/ui-datepicker/, MIT/GPL v3.4.3 +cp -a ui.datepicker.{js,css} $RPM_BUILD_ROOT%{_appdir}/plugins + %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +55,7 @@ %{_appdir}/*.js %dir %{_appdir}/plugins %{_appdir}/plugins/*.js +%{_appdir}/plugins/*.css %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +63,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-06-03 15:09:49 glen +- add ui.datepicker + Revision 1.2 2008-02-19 14:38:58 glen - add form and field plugins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jquery.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
