Author: glen                         Date: Mon Nov 16 16:07:46 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add /js/prototype.js alias; rel 3

---- Files affected:
packages/prototype:
   prototype.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/prototype/prototype.spec
diff -u packages/prototype/prototype.spec:1.3 
packages/prototype/prototype.spec:1.4
--- packages/prototype/prototype.spec:1.3       Fri Nov 21 18:35:47 2008
+++ packages/prototype/prototype.spec   Mon Nov 16 17:07:40 2009
@@ -2,7 +2,7 @@
 Summary:       Prototype JavaScript framework: Easy Ajax and DOM manipulation 
for dynamic web application
 Name:          prototype
 Version:       1.6.0.3
-Release:       2
+Release:       3
 License:       MIT
 Group:         Applications/WWW
 Source0:       
http://www.prototypejs.org/assets/2008/9/29/%{name}-%{version}.js
@@ -31,6 +31,7 @@
 
 cat <<'EOF' > apache.conf
 Alias /%{name}.js %{_appdir}/%{name}.js
+Alias /js/%{name}.js %{_appdir}/%{name}.js
 <Directory %{_appdir}>
        Allow from all
 </Directory>
@@ -39,6 +40,7 @@
 cat > lighttpd.conf <<'EOF'
 alias.url += (
     "/%{name}.js/" => "%{_appdir}/%{name}.js",
+    "/js/%{name}.js/" => "%{_appdir}/%{name}.js",
 )
 EOF
 
@@ -86,11 +88,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/11/16 16:07:40  glen
+- add /js/prototype.js alias; rel 3
+
 Revision 1.3  2008/11/21 17:35:47  glen
 - webapps dir was not defined; rel 2
 
 Revision 1.2  2008/11/20 16:02:28  glen
-
 - update to 1.6.0.3
 - webapps integration
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/prototype/prototype.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to