SPECS: lightbox.spec - install files

glen glen at pld-linux.org
Thu Aug 28 16:50:25 CEST 2008


Author: glen                         Date: Thu Aug 28 14:50:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install files

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

---- Diffs:

================================================================
Index: SPECS/lightbox.spec
diff -u SPECS/lightbox.spec:1.1 SPECS/lightbox.spec:1.2
--- SPECS/lightbox.spec:1.1	Thu Aug 28 15:57:12 2008
+++ SPECS/lightbox.spec	Thu Aug 28 16:50:20 2008
@@ -4,7 +4,7 @@
 Summary:	Simple, unobtrusive script used to overlay images on the webpage
 Name:		lightbox
 Version:	2.04
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		Applications/WWW
 Source0:	http://www.lokeshdhakar.com/projects/lightbox2/releases/%{name}%{version}.zip
@@ -26,10 +26,13 @@
 %prep
 %setup -qc
 %{__sed} -i -e 's,\r$,,' *.html
+install -d %{name}
+mv css images js *.html %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_appdir}
+cp -a %{name}/* $RPM_BUILD_ROOT%{_appdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,5 +47,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/08/28 14:50:20  glen
+- install files
+
 Revision 1.1  2008/08/28 13:57:12  glen
 - new
================================================================

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



More information about the pld-cvs-commit mailing list