]> git.pld-linux.org Git - packages/perl-JSON.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Mar 2007 11:35:29 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-JSON.spec -> 1.2

perl-JSON.spec

index 83a9dd90e44f29dd8a933b4791ed7d8cd0cb9bec..0d07631904362d7440e7b3fc9bcb09a0c0ed5b38 100644 (file)
@@ -4,15 +4,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
@@ -20,18 +20,23 @@ BuildRequires:      rpm-perlprov >= 4.1-13
 %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}
@@ -57,6 +62,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc Changes README
 %{perl_vendorlib}/*.pm
 %{perl_vendorlib}/Apache/*.pm
-%{perl_vendorlib}/JSON/
-%{perl_vendorlib}/JSONRPC/
+%{perl_vendorlib}/JSON
+%{perl_vendorlib}/JSONRPC
 %{_mandir}/man3/*
This page took 0.262005 seconds and 4 git commands to generate.