Author: qboosh Date: Sat Mar 31 11:35:34 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl
---- Files affected: SPECS: perl-JSON.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-JSON.spec diff -u SPECS/perl-JSON.spec:1.1 SPECS/perl-JSON.spec:1.2 --- SPECS/perl-JSON.spec:1.1 Fri Mar 23 11:12:45 2007 +++ SPECS/perl-JSON.spec Sat Mar 31 13:35:29 2007 @@ -5,15 +5,15 @@ # %include /usr/lib/rpm/macros.perl %define pdir JSON -Summary: JSON - parse and convert to JSON (JavaScript Object Notation). -#Summary(pl.UTF-8): +Summary: JSON - parse and convert to JSON (JavaScript Object Notation) +Summary(pl.UTF-8): JSON - analiza i konwersja do notacji JSON (JavaScript Object Notation) Name: perl-JSON Version: 1.07 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/M/MA/MAKAMAKA/JSON-1.07.tar.gz +Source0: http://www.cpan.org/modules/by-authors/id/M/MA/MAKAMAKA/%{pdir}-%{version}.tar.gz # Source0-md5: c7b385e35f37b4c8595c4f6e7eeb573e URL: http://search.cpan.org/dist/JSON/ BuildRequires: perl-devel >= 1:5.8.0 @@ -21,18 +21,23 @@ %if %{with tests} BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) +BuildRequires: perl-libwww %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This module converts between JSON (JavaScript Object Notation) and Perl -data structure into each other. +This module converts between JSON (JavaScript Object Notation) and +Perl data structure into each other. -For JSON, See to http://www.crockford.com/JSON/. +For JSON, See to <http://www.crockford.com/JSON/>. -# %description -l pl.UTF-8 -# TODO +%description -l pl.UTF-8 +Ten moduł dokonuje konwersji między notacją JSON (JavaScript Object +Notation) a perlowymi strukturami danych. + +Więcej informacji na temat notacji JSON można znaleźć pod adresem +<http://www.crockford.com/JSON/>. %prep %setup -q -n %{pdir}-%{version} @@ -58,8 +63,8 @@ %doc Changes README %{perl_vendorlib}/*.pm %{perl_vendorlib}/Apache/*.pm -%{perl_vendorlib}/JSON/ -%{perl_vendorlib}/JSONRPC/ +%{perl_vendorlib}/JSON +%{perl_vendorlib}/JSONRPC %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -68,6 +73,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/03/31 11:35:29 qboosh +- pl + Revision 1.1 2007/03/23 10:12:45 radek - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-JSON.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
