]> git.pld-linux.org Git - packages/perl-JSON.git/blobdiff - perl-JSON.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-JSON.git] / perl-JSON.spec
index 83a9dd90e44f29dd8a933b4791ed7d8cd0cb9bec..5e3d5a3f587c1f39e39baca3dccef4b70c7e4871 100644 (file)
@@ -2,36 +2,36 @@
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
 #
-%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
+Version:       4.02
 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-md5: c7b385e35f37b4c8595c4f6e7eeb573e
+Source0:       http://www.cpan.org/modules/by-module/JSON/%{pdir}-%{version}.tar.gz
+# Source0-md5: 63a331b4630d48f8dbbe3758cc03bd21
 URL:           http://search.cpan.org/dist/JSON/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with tests}
-BuildRequires: perl(HTTP::Request)
-BuildRequires: perl(HTTP::Response)
-%endif
+Suggests:      perl-JSON-XS
 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}
@@ -39,6 +39,7 @@ For JSON, See to http://www.crockford.com/JSON/.
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
+
 %{__make}
 
 %{?with_tests:%{__make} test}
@@ -55,8 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/*.pm
-%{perl_vendorlib}/Apache/*.pm
-%{perl_vendorlib}/JSON/
-%{perl_vendorlib}/JSONRPC/
-%{_mandir}/man3/*
+%{perl_vendorlib}/JSON.pm
+%{perl_vendorlib}/JSON
+%{_mandir}/man3/JSON*.3pm*
This page took 0.046948 seconds and 4 git commands to generate.