Author: glen Date: Wed May 5 15:15:59 2010 GMT Module: packages Tag: HEAD ---- Log message: - default webserver alias /js/jquery; rel 2
---- Files affected: packages/jquery: jquery.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/jquery/jquery.spec diff -u packages/jquery/jquery.spec:1.13 packages/jquery/jquery.spec:1.14 --- packages/jquery/jquery.spec:1.13 Tue Apr 20 07:42:23 2010 +++ packages/jquery/jquery.spec Wed May 5 17:15:54 2010 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Biblioteka JavaScriptu jQuery Name: jquery Version: 1.3.2 -Release: 1 +Release: 2 License: MIT / GPL Group: Applications/WWW Source0: http://jqueryjs.googlecode.com/files/%{name}-%{version}-release.zip @@ -65,7 +65,9 @@ # apache1/apache2 conf cat > apache.conf <<'EOF' -Alias /%{name} %{_appdir} +Alias /js/jquery %{_appdir} +# legacy +Alias /jquery %{_appdir} <Directory %{_appdir}> Allow from all </Directory> @@ -74,7 +76,9 @@ # lighttpd conf cat > lighttpd.conf <<'EOF' alias.url += ( - "/%{name}" => "%{_appdir}", + "/js/jquery" => "%{_appdir}", + # legacy + "/jquery" => "%{_appdir}", ) EOF @@ -146,6 +150,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2010/05/05 15:15:54 glen +- default webserver alias /js/jquery; rel 2 + Revision 1.13 2010/04/20 05:42:23 glen - release 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jquery/jquery.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
