packages: jquery-json/jquery-json.spec - package source and minified code

glen glen at pld-linux.org
Wed Aug 24 14:40:29 CEST 2011


Author: glen                         Date: Wed Aug 24 12:40:29 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- package source and minified code

---- Files affected:
packages/jquery-json:
   jquery-json.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/jquery-json/jquery-json.spec
diff -u packages/jquery-json/jquery-json.spec:1.2 packages/jquery-json/jquery-json.spec:1.3
--- packages/jquery-json/jquery-json.spec:1.2	Fri Oct  8 17:26:00 2010
+++ packages/jquery-json/jquery-json.spec	Wed Aug 24 14:40:23 2011
@@ -3,11 +3,13 @@
 Summary:	JSON plugin for jQuery, provides simple ways to convert to JSON and back again
 Name:		jquery-%{plugin}
 Version:	2.2
-Release:	1
+Release:	2
 License:	MIT
 Group:		Applications/WWW
-Source0:	http://jquery-json.googlecode.com/files/jquery.json-%{version}.min.js
-# Source0-md5:	2d59ccdc20e736725bdbcb433e080ec0
+Source0:	http://jquery-json.googlecode.com/files/jquery.json-%{version}.js
+# Source0-md5:	56fdd8b6674e6d121afe11a920191429
+Source1:	http://jquery-json.googlecode.com/files/jquery.json-%{version}.min.js
+# Source1-md5:	2d59ccdc20e736725bdbcb433e080ec0
 URL:		http://code.google.com/p/jquery-json/
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires:	jquery
@@ -26,7 +28,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_appdir}
-cp -a %{SOURCE0} $RPM_BUILD_ROOT%{_appdir}/json.js
+cp -p %{SOURCE0} $RPM_BUILD_ROOT%{_appdir}/json.src.js
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_appdir}/json.min.js
+ln -s json.min.js $RPM_BUILD_ROOT%{_appdir}/json.js
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -41,6 +45,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/08/24 12:40:23  glen
+- package source and minified code
+
 Revision 1.2  2010/10/08 15:26:00  glen
 - own plugin dir, less conflicts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jquery-json/jquery-json.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list