SPECS: jquery.spec (NEW) - new

glen glen at pld-linux.org
Tue Feb 19 15:25:40 CET 2008


Author: glen                         Date: Tue Feb 19 14:25:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   jquery.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/jquery.spec
diff -u /dev/null SPECS/jquery.spec:1.1
--- /dev/null	Tue Feb 19 15:25:40 2008
+++ SPECS/jquery.spec	Tue Feb 19 15:25:35 2008
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:	jQuery JavaScript Library
+Name:		jquery
+Version:	1.2.3
+Release:	0.1
+License:	MIT / GPL
+Group:		Applications/WWW
+Source0:	http://jqueryjs.googlecode.com/files/%{name}-%{version}-release.zip
+# Source0-md5:	24ff20d524fa2affb1d6eb217797341c
+URL:		http://jquery.com/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir	%{_datadir}/%{name}
+
+%description
+jQuery is a fast, concise, JavaScript Library that simplifies how you
+traverse HTML documents, handle events, perform animations, and add
+Ajax interactions to your web pages.
+
+jQuery is designed to change the way that you write JavaScript.
+
+%prep
+%setup -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+cp -a dist/jquery.min.js $RPM_BUILD_ROOT%{_appdir}/jquery.js
+
+%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-02-19 14:25:35  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list