SPECS: lightbox.spec (NEW) - new
glen
glen at pld-linux.org
Thu Aug 28 15:57:18 CEST 2008
Author: glen Date: Thu Aug 28 13:57:18 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
lightbox.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/lightbox.spec
diff -u /dev/null SPECS/lightbox.spec:1.1
--- /dev/null Thu Aug 28 15:57:18 2008
+++ SPECS/lightbox.spec Thu Aug 28 15:57:12 2008
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+# TODO:
+# - system prototype.js, scriptaculous.js
+Summary: Simple, unobtrusive script used to overlay images on the webpage
+Name: lightbox
+Version: 2.04
+Release: 0.1
+License: GPL
+Group: Applications/WWW
+Source0: http://www.lokeshdhakar.com/projects/lightbox2/releases/%{name}%{version}.zip
+# Source0-md5: c930f97a5791f202d7c48303de36f282
+URL: http://www.lokeshdhakar.com/projects/lightbox2/
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _webapps /etc/webapps
+%define _webapp %{name}
+%define _sysconfdir %{_webapps}/%{_webapp}
+%define _appdir %{_datadir}/%{_webapp}
+
+%description
+Lightbox is a simple, unobtrusive script used to overlay images on the
+current page. It's a snap to setup and works on all modern browsers.
+
+%prep
+%setup -qc
+%{__sed} -i -e 's,\r$,,' *.html
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_appdir}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/08/28 13:57:12 glen
+- new
================================================================
More information about the pld-cvs-commit
mailing list