Author: qboosh Date: Wed May 9 20:41:09 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, URL
---- Files affected: SPECS: perl-JSON-XS.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-JSON-XS.spec diff -u SPECS/perl-JSON-XS.spec:1.1 SPECS/perl-JSON-XS.spec:1.2 --- SPECS/perl-JSON-XS.spec:1.1 Fri May 4 11:39:53 2007 +++ SPECS/perl-JSON-XS.spec Wed May 9 22:41:03 2007 @@ -7,21 +7,18 @@ %define pdir JSON %define pnam XS Summary: JSON::XS - JSON serialising/deserialising, done correctly and fast -#Summary(pl.UTF-8): +Summary(pl.UTF-8): JSON::JS - serializacja/deserializacja JSON wykonana poprawnie i szybko Name: perl-JSON-XS Version: 1.11 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/JSON-XS-1.11.tar.gz +Source0: http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: b3cb4892921016863a2c50d64a42c874 -# generic URL, check or change before uncommenting -#URL: http://search.cpan.org/dist/JSON-XS/ +URL: http://search.cpan.org/dist/JSON-XS/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -%if %{with tests} -%endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -31,19 +28,21 @@ As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON -modules, none of them correctly handle all corner cases, and in most cases -their maintainers are unresponsive, gone missing, or not listening to bug -reports for other reasons. - -See COMPARISON, below, for a comparison to some other JSON modules. - -See MAPPING, below, on how JSON::XS maps perl values to JSON values and -vice versa. - - - -# %description -l pl.UTF-8 -# TODO +modules, none of them correctly handle all corner cases, and in most +cases their maintainers are unresponsive, gone missing, or not +listening to bug reports for other reasons. + +%description -l pl.UTF-8 +Ten moduł konwertuje struktury danych Perla do formatu JSON i +odwrotnie. Jego podstawowym celem jest poprawne działanie, a drugim - +szybkość. W celu osiągnięcia tego drugiego celu został napisany w C. + +Jako że jest to już któryś moduł JSON w CPAN-ie, musiała istnieć jakaś +przyczyna dla napisania kolejnego modułu JSON. O ile istnieje wiele +takich modułów, żaden z nich nie obsługiwał wszystkich skrajnych +przypadków i w większości przypadków utrzymujący moduły nie +odpowiadali, zaginęli lub z innych powodów nie zwracali uwagi na +zgłoszenia błędów. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -84,6 +83,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/05/09 20:41:03 qboosh +- pl, URL + Revision 1.1 2007/05/04 09:39:53 wiget - raw - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-JSON-XS.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
