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: 16-Aug-2008 22:25:35 Branch: HEAD Handle: 2008081621253400 Modified files: openpkg-src/json json.spec Log: add JavaScript::Dumper Summary: Revision Changes Path 1.103 +13 -3 openpkg-src/json/json.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/json/json.spec ============================================================================ $ cvs diff -u -r1.102 -r1.103 json.spec --- openpkg-src/json/json.spec 13 Aug 2008 17:09:43 -0000 1.102 +++ openpkg-src/json/json.spec 16 Aug 2008 20:25:34 -0000 1.103 @@ -27,6 +27,7 @@ %define V_api_pl2 0.03 %define V_api_pl3 0.27 %define V_api_pl4 2.2222 +%define V_api_pl5 0.004 %define V_api_js 20080525 # package information @@ -40,7 +41,7 @@ Group: Language License: Open Source Version: %{V_api_js} -Release: 20080813 +Release: 20080816 # list of sources Source0: http://oss.metaparadigm.com/json-c/json-c-%{V_api_c}.tar.gz @@ -48,8 +49,9 @@ Source2: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-PC-%{V_api_pl2}.tar.gz Source3: http://www.cpan.org/authors/id/D/DO/DOWENS/JSON-DWIW-%{V_api_pl3}.tar.gz Source4: http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-%{V_api_pl4}.tar.gz -Source5: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/json/json-%{V_api_js}.js -Source6: http://www.ietf.org/rfc/rfc4627.txt +Source5: http://www.cpan.org/authors/id/P/PE/PERLER/JavaScript-Dumper-%{V_api_pl5}.tar.gz +Source6: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/json/json-%{V_api_js}.js +Source7: http://www.ietf.org/rfc/rfc4627.txt # build information Prefix: %{l_prefix} @@ -95,6 +97,11 @@ url = http://www.cpan.org/authors/id/M/ML/MLEHMANN/ regex = JSON-XS-(__VER__)\.tar\.gz } + prog json:json-pl5 = { + version = %{V_api_pl5} + url = http://www.cpan.org/authors/id/P/PE/PERLER/ + regex = JavaScript-Dumper-(__VER__)\.tar\.gz + } prog json:json-js = { version = %{V_api_js} url = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/json/ @@ -107,6 +114,7 @@ %setup -q -T -D -a 2 %setup -q -T -D -a 3 %setup -q -T -D -a 4 + %setup -q -T -D -a 5 cp %{SOURCE json-%{V_api_js}.js} json.js %build @@ -123,6 +131,7 @@ %{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 %{l_prefix}/bin/perl-openpkg -d JSON-XS-%{V_api_pl4} configure build + %{l_prefix}/bin/perl-openpkg -d JavaScript-Dumper-%{V_api_pl5} configure build %install rm -rf $RPM_BUILD_ROOT @@ -139,6 +148,7 @@ %{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 -d JSON-XS-%{V_api_pl4} install + %{l_prefix}/bin/perl-openpkg -d JavaScript-Dumper-%{V_api_pl5} 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 openpkg-cvs@openpkg.org