- auto-update to 2.15 (by cpan-spec-update 0.01)

This commit is contained in:
Chris Weyl 2009-06-22 15:06:42 +00:00
parent 7a8da13d63
commit 16f1d80e3f
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
JSON-2.14.tar.gz JSON-2.15.tar.gz

View File

@ -1,11 +1,11 @@
Name: perl-JSON Name: perl-JSON
Version: 2.14 Version: 2.15
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parse and convert to JSON (JavaScript Object Notation) Summary: Parse and convert to JSON (JavaScript Object Notation)
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/JSON/ URL: http://search.cpan.org/dist/JSON/
Source0: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -27,7 +27,6 @@ Requires: perl(Scalar::Util)
Requires: perl(LWP::UserAgent) Requires: perl(LWP::UserAgent)
Requires: perl(HTTP::Daemon) Requires: perl(HTTP::Daemon)
%description %description
This module converts between JSON (JavaScript Object Notation) and Perl This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other. For JSON, See to data structure into each other. For JSON, See to
@ -37,7 +36,7 @@ http://www.crockford.com/JSON/.
%setup -q -n JSON-%{version} %setup -q -n JSON-%{version}
# make rpmlint happy... # make rpmlint happy...
find . -type f -exec chmod -c -x {} + find . -type f -exec chmod -c -x {} +
find t/ -type f -exec perl -pi -e 's|^#! perl|#!/usr/bin/perl|' {} + find t/ -type f -exec perl -pi -e 's|^#! perl|#!/usr/bin/perl|' {} +
sed -i 's/\r//' README t/* sed -i 's/\r//' README t/*
@ -78,6 +77,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Jun 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.15-1
- auto-update to 2.15 (by cpan-spec-update 0.01)
* Sun Mar 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.14-1 * Sun Mar 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.14-1
- update to 2.14 - update to 2.14

View File

@ -1 +1 @@
340d2e9eb18406e18c88475d7aa25edc JSON-2.14.tar.gz 15de50d89da9a0c389d3fb1a4aef84d0 JSON-2.15.tar.gz