[packages/js-swfobject] - expose whole project dir. rel 2

glen glen at pld-linux.org
Thu Nov 29 22:49:19 CET 2012


commit 834de8a082e83b4f5c7b37d3b78afcb42da2b474
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Nov 29 23:49:05 2012 +0200

    - expose whole project dir. rel 2

 apache.conf       | 1 +
 js-swfobject.spec | 2 +-
 lighttpd.conf     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/js-swfobject.spec b/js-swfobject.spec
index 98da9c9..32bf704 100644
--- a/js-swfobject.spec
+++ b/js-swfobject.spec
@@ -4,7 +4,7 @@ Summary:	JavaScript Flash Player detection and embed script
 Summary(pl.UTF-8):	Skrypt w JavaScripcie do wykrywania i osadzania Flash Playera
 Name:		js-%{plugin}
 Version:	2.2
-Release:	1
+Release:	2
 License:	MIT
 Group:		Applications/WWW
 Source0:	http://swfobject.googlecode.com/files/swfobject_%{ver}.zip
diff --git a/apache.conf b/apache.conf
index ca45558..571f56e 100644
--- a/apache.conf
+++ b/apache.conf
@@ -1,4 +1,5 @@
 Alias /js/swfobject.js /usr/share/swfobject/swfobject.js
+Alias /js/swfobject/ /usr/share/swfobject/
 <Directory /usr/share/swfobject>
 	Allow from all
 	Options +FollowSymLinks
diff --git a/lighttpd.conf b/lighttpd.conf
index b2104ea..dc99071 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -1,3 +1,4 @@
 alias.url += (
     "/js/swfobject.js" => "/usr/share/swfobject/swfobject.js",
+    "/js/swfobject/" => "/usr/share/swfobject/",
 )
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/js-swfobject.git/commitdiff/834de8a082e83b4f5c7b37d3b78afcb42da2b474



More information about the pld-cvs-commit mailing list