OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Mar-2007 14:53:07
Branch: HEAD Handle: 2007031213530700
Modified files:
openpkg-src/json json.spec
Removed files:
openpkg-src/json json.patch
Log:
upgrade JSON JavaScript part and add new JSON::DWIW module
Summary:
Revision Changes Path
1.3 +0 -69 openpkg-src/json/json.patch
1.17 +10 -7 openpkg-src/json/json.spec
____________________________________________________________________________
rm -f openpkg-src/json/json.patch <<'@@ .'
Index: openpkg-src/json/json.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/json/json.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 json.spec
--- openpkg-src/json/json.spec 1 Jan 2007 17:38:54 -0000 1.16
+++ openpkg-src/json/json.spec 12 Mar 2007 13:53:07 -0000 1.17
@@ -26,7 +26,8 @@
%define V_api_c 0.6
%define V_api_pl1 1.07
%define V_api_pl2 0.01
-%define V_api_js 20061005
+%define V_api_pl3 0.01
+%define V_api_js 20070306
%define V_draft 01
# package information
@@ -39,16 +40,16 @@
Class: PLUS
Group: Language
License: Open Source
-Version: 20061126
-Release: 20061126
+Version: 20070306
+Release: 20070312
# list of sources
Source0: http://oss.metaparadigm.com/json-c/json-c-%{V_api_c}.tar.gz
Source1:
http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-%{V_api_pl1}.tar.gz
Source2:
http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-PC-%{V_api_pl2}.tar.gz
-Source3:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/json/json-%{V_api_js}.js
-Source4: http://www.json.org/draft-crockford-jsonorg-json-%{V_draft}.txt
-Patch0: json.patch
+Source3:
http://www.cpan.org/authors/id/D/DO/DOWENS/JSON-DWIW-%{V_api_pl3}.tar.gz
+Source4:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/json/json-%{V_api_js}.js
+Source5: http://www.json.org/draft-crockford-jsonorg-json-%{V_draft}.txt
# build information
Prefix: %{l_prefix}
@@ -94,8 +95,8 @@
%setup -q -c
%setup -q -T -D -a 1
%setup -q -T -D -a 2
+ %setup -q -T -D -a 3
cp %{SOURCE json-%{V_api_js}.js} json.js
- %patch -p0
%build
( cd json-c-%{V_api_c}
@@ -109,6 +110,7 @@
%{l_prefix}/bin/perl-openpkg prepare
%{l_prefix}/bin/perl-openpkg -d JSON-%{V_api_pl1} configure build
%{l_prefix}/bin/perl-openpkg -d JSON-PC-%{V_api_pl2} configure build
+ %{l_prefix}/bin/perl-openpkg -d JSON-DWIW-%{V_api_pl3} configure build
%install
rm -rf $RPM_BUILD_ROOT
@@ -124,6 +126,7 @@
$RPM_BUILD_ROOT%{l_prefix}/share/json/json.txt
%{l_prefix}/bin/perl-openpkg -d JSON-%{V_api_pl1} install
%{l_prefix}/bin/perl-openpkg -d JSON-PC-%{V_api_pl2} install
+ %{l_prefix}/bin/perl-openpkg -d JSON-DWIW-%{V_api_pl3} install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} `cat perl-openpkg-files`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]