]> git.pld-linux.org Git - packages/perl-JSON.git/blobdiff - perl-JSON.spec
Up to 4.09
[packages/perl-JSON.git] / perl-JSON.spec
index 6ab2cbbf2b8006b67b327742f63c3839419e4718..ce81b8684239b98432e4eab0b7410c74cb475010 100644 (file)
@@ -2,18 +2,17 @@
 # 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):     JSON - analiza i konwersja do notacji JSON (JavaScript Object Notation)
 Name:          perl-JSON
-Version:       2.15
+Version:       4.09
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/JSON/%{pdir}-%{version}.tar.gz
-# Source0-md5: 15de50d89da9a0c389d3fb1a4aef84d0
+# Source0-md5: bbd0239a830384a22295234b46b2fac8
 URL:           http://search.cpan.org/dist/JSON/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -40,6 +39,7 @@ Więcej informacji na temat notacji JSON można znaleźć pod adresem
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
+
 %{__make}
 
 %{?with_tests:%{__make} test}
@@ -56,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/*.pm
+%{perl_vendorlib}/JSON.pm
 %{perl_vendorlib}/JSON
-%{_mandir}/man3/*
+%{_mandir}/man3/JSON*.3pm*
This page took 0.035523 seconds and 4 git commands to generate.