SPECS: jquery.spec - add jquery.history

glen glen at pld-linux.org
Mon Apr 6 11:54:03 CEST 2009


Author: glen                         Date: Mon Apr  6 09:54:03 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add jquery.history

---- Files affected:
SPECS:
   jquery.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/jquery.spec
diff -u SPECS/jquery.spec:1.9 SPECS/jquery.spec:1.10
--- SPECS/jquery.spec:1.9	Mon Apr  6 11:48:51 2009
+++ SPECS/jquery.spec	Mon Apr  6 11:53:58 2009
@@ -17,6 +17,11 @@
 # Source1-md5:	1bd5d766f79034904a07ddbbab5cb27a
 Source2:	http://plugins.jquery.com/files/%{name}.form.js_0.txt
 # Source2-md5:	8720eac9985a6b33e4f4087f2e01ce23
+Source3:	http://marcgrabanski.com/code/ui-datepicker/core/core.ui.datepicker.zip
+# Source3-md5:	46967b9c5ee626697b977e2909fb00b1
+Source4:	http://www.mikage.to/jquery/%{name}.history.js
+# Source4-md5:	b195f3560a66e4ba96f6644a62f83401
+Patch0:		%{name}.history.konqueror.patch
 URL:		http://jquery.com/
 BuildRequires:	rpmbuild(macros) > 1.268
 Requires:	webserver(access)
@@ -53,7 +58,9 @@
 - jquery.form v%{form_ver}
 
 %prep
-%setup -qc -a1
+%setup -qc -a1 -a3
+cp -a %{SOURCE4} .
+%patch0 -p1
 
 # apache1/apache2 conf
 cat > apache.conf <<'EOF'
@@ -84,6 +91,9 @@
 # http://plugins.jquery.com/project/form, MIT/GPL v2.04
 cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_appdir}/plugins/form.js
 
+# http://www.mikage.to/jquery/jquery_history.html, MIT
+cp -a jquery.history.js $RPM_BUILD_ROOT%{_appdir}/plugins/history.js
+
 # http://malsup.com/jquery/form/
 # TODO
 
@@ -127,6 +137,7 @@
 %{_appdir}/*.js
 %dir %{_appdir}/plugins
 %{_appdir}/plugins/*.js
+%{_appdir}/plugins/*.css
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -134,6 +145,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2009/04/06 09:53:58  glen
+- add jquery.history
+
 Revision 1.9  2009/04/06 09:48:51  glen
 - added ui.datepicker
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jquery.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list