Author: glen                         Date: Thu Mar 12 00:05:59 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- just collect diffs against original lightboxy 2.04 and resulting this tarball:
  http://laurent.beneytout.free.fr/lib/exe/fetch.php?media=projects:lightbox.zip
  using the instructions: 
http://laurent.beneytout.free.fr/doku.php?id=projects:lightbox

---- Files affected:
SPECS:
   dokuwiki-plugin-lightbox.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/dokuwiki-plugin-lightbox.spec
diff -u SPECS/dokuwiki-plugin-lightbox.spec:1.1 
SPECS/dokuwiki-plugin-lightbox.spec:1.2
--- SPECS/dokuwiki-plugin-lightbox.spec:1.1     Wed Mar 11 23:56:00 2009
+++ SPECS/dokuwiki-plugin-lightbox.spec Thu Mar 12 01:05:53 2009
@@ -4,11 +4,12 @@
 Summary(pl.UTF-8):     Wtyczka lightboxv2 dla DokuWiki
 Name:          dokuwiki-plugin-%{plugin}
 Version:       20080808
-Release:       1
+Release:       1.1
 License:       GPL v2
 Group:         Applications/WWW
-Source0:       
http://laurent.beneytout.free.fr/lib/exe/fetch.php?media=projects:lightbox.zip
-# Source0-md5: 1f28817f046b94c730f4a25a7c7b676e
+Source0:       
http://www.lokeshdhakar.com/projects/lightbox2/releases/lightbox2.04.zip
+# Source0-md5: c930f97a5791f202d7c48303de36f282
+Patch0:                %{name}.patch
 URL:           http://wiki.splitbrain.org/plugin:lightboxv2
 Requires:      dokuwiki >= 20061106
 BuildArch:     noarch
@@ -22,13 +23,27 @@
 Plugin to integrate LightBox v2 javascript animation in DokuWiki.
 
 %prep
-%setup -q -n %{plugin}
-rm -f images/Thumbs.db
+%setup -qc -n %{plugin}
+(
+       cat js/prototype.js
+       cat js/scriptaculous.js
+       cat js/builder.js
+       cat js/effects.js
+       cat js/lightbox.js
+) > script.js
+%patch0 -p1
+
+rm -f images/bullet.gif
+rm -f images/donate-button.gif
+rm -f images/download-icon.gif
+rm -f images/image-1.jpg
+rm -f images/thumb-1.jpg
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{plugindir}
-cp -a . $RPM_BUILD_ROOT%{plugindir}
+cp -a images script.js $RPM_BUILD_ROOT%{plugindir}
+cp -a css/lightbox.css $RPM_BUILD_ROOT%{plugindir}/screen.css
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,5 +67,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/03/12 00:05:53  glen
+- just collect diffs against original lightboxy 2.04 and resulting this 
tarball:
+  
http://laurent.beneytout.free.fr/lib/exe/fetch.php?media=projects:lightbox.zip
+  using the instructions: 
http://laurent.beneytout.free.fr/doku.php?id=projects:lightbox
+
 Revision 1.1  2009/03/11 22:56:00  glen
 - new
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-lightbox.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to