Author: glen Date: Thu Jun 10 10:29:45 2010 GMT Module: packages Tag: HEAD ---- Log message: - avoid some extra tarball overwriting jquery.js; rel 2
---- Files affected: packages/jquery: jquery.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/jquery/jquery.spec diff -u packages/jquery/jquery.spec:1.16 packages/jquery/jquery.spec:1.17 --- packages/jquery/jquery.spec:1.16 Fri Jun 4 15:31:44 2010 +++ packages/jquery/jquery.spec Thu Jun 10 12:29:39 2010 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Biblioteka JavaScriptu jQuery Name: jquery Version: 1.4.2 -Release: 1 +Release: 2 License: MIT / GPL Group: Applications/WWW Source0: http://code.jquery.com/%{name}-%{version}.min.js @@ -60,7 +60,6 @@ %prep %setup -qcT -a1 -a3 -cp -a %{SOURCE0} query.js cp -a %{SOURCE4} . %patch0 -p1 @@ -87,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_appdir}/plugins # core -cp -a jquery.js $RPM_BUILD_ROOT%{_appdir}/jquery.js +cp -a %{SOURCE0} $RPM_BUILD_ROOT%{_appdir}/jquery.js # plugins @@ -151,6 +150,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2010/06/10 10:29:39 glen +- avoid some extra tarball overwriting jquery.js; rel 2 + Revision 1.16 2010/06/04 13:31:44 glen - typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jquery/jquery.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
