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

This commit is contained in:
Chris Weyl 2009-06-02 07:02:01 +00:00
parent 3628cf06c8
commit 0778944cf3
3 changed files with 12 additions and 9 deletions

View File

@ -1 +1 @@
JSON-XS-2.2311.tar.gz JSON-XS-2.24.tar.gz

View File

@ -1,11 +1,12 @@
Name: perl-JSON-XS Name: perl-JSON-XS
Version: 2.2311 Epoch: 1
Release: 4%{?dist} Version: 2.24
Release: 1%{?dist}
Summary: JSON serialising/deserialising, done correctly and fast Summary: JSON serialising/deserialising, done correctly and fast
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/JSON-XS/ URL: http://search.cpan.org/dist/JSON-XS/
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -13,12 +14,11 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
# don't "provide" private Perl libs # don't "provide" private Perl libs
%global _use_internal_dependency_generator 0 %global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u %global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" %global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
%global __find_requires /bin/sh -c "%{__deploop R}" %global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
%description %description
This module converts Perl data structures to JSON and vice versa. Its This module converts Perl data structures to JSON and vice versa. Its
@ -63,6 +63,9 @@ rm -rf %{buildroot}
%{_mandir}/man[13]/* %{_mandir}/man[13]/*
%changelog %changelog
* Tue Jun 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.24-1
- auto-update to 2.24 (by cpan-spec-update 0.01)
* Thu Mar 26 2009 Chris Weyl <cweyl@alumni.drew.edu> - 2.2311-4 * Thu Mar 26 2009 Chris Weyl <cweyl@alumni.drew.edu> - 2.2311-4
- Stripping bad provides of private Perl extension libs - Stripping bad provides of private Perl extension libs

View File

@ -1 +1 @@
e9b34ed8f85fdf18e69b4c32f5cd321b JSON-XS-2.2311.tar.gz 8821744b35260f4712a28ed68afcd2b6 JSON-XS-2.24.tar.gz