Author: glen Date: Wed Jun 22 16:54:14 2011 GMT Module: packages Tag: HEAD ---- Log message: - package also source version
---- Files affected: packages/jquery: jquery.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: packages/jquery/jquery.spec diff -u packages/jquery/jquery.spec:1.22 packages/jquery/jquery.spec:1.23 --- packages/jquery/jquery.spec:1.22 Thu Jun 9 15:26:11 2011 +++ packages/jquery/jquery.spec Wed Jun 22 18:54:08 2011 @@ -1,6 +1,8 @@ # $Revision$, $Date$ -# -# jquery plugins +# TODO +# - drop the addon plugins, say in 1.7? + +# jquery plugin version %define field_ver 0.9.2 %define form_ver 2.18 @@ -8,11 +10,13 @@ Summary(pl.UTF-8): Biblioteka JavaScriptu jQuery Name: jquery Version: 1.6.1 -Release: 1 +Release: 2 License: MIT / GPL Group: Applications/WWW Source0: http://code.jquery.com/%{name}-%{version}.min.js # Source0-md5: a34f78c3aecd182144818eb4b7303fda +Source10: http://code.jquery.com/%{name}-%{version}.js +# Source10-md5: 137d4b8b58f69c747fed3415894e73f4 Source1: http://plugins.jquery.com/files/%{name}.field.%{field_ver}.zip # Source1-md5: 1bd5d766f79034904a07ddbbab5cb27a Source2: http://plugins.jquery.com/files/%{name}.form.js_0.txt @@ -86,10 +90,11 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_appdir}/plugins # core -cp -p %{SOURCE0} $RPM_BUILD_ROOT%{_appdir}/jquery-%{version}.js +cp -p %{SOURCE0} $RPM_BUILD_ROOT%{_appdir}/jquery-%{version}.min.js +cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_appdir}/jquery-%{version}.src.js mver=%(echo %{version} | cut -d. -f1,2) -ln -s jquery-%{version}.js $RPM_BUILD_ROOT%{_appdir}/jquery-$mver.js -ln -s jquery-%{version}.js $RPM_BUILD_ROOT%{_appdir}/jquery.js +ln -s jquery-%{version}.min.js $RPM_BUILD_ROOT%{_appdir}/jquery-$mver.js +ln -s jquery-%{version}.min.js $RPM_BUILD_ROOT%{_appdir}/jquery.js # plugins @@ -150,6 +155,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2011/06/22 16:54:08 glen +- package also source version + Revision 1.22 2011/06/09 13:26:11 glen - up to 1.6.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jquery/jquery.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
