- auto-update to 2.24 (by cpan-spec-update 0.01)
This commit is contained in:
parent
3628cf06c8
commit
0778944cf3
@ -1 +1 @@
|
||||
JSON-XS-2.2311.tar.gz
|
||||
JSON-XS-2.24.tar.gz
|
||||
|
@ -1,11 +1,12 @@
|
||||
Name: perl-JSON-XS
|
||||
Version: 2.2311
|
||||
Release: 4%{?dist}
|
||||
Epoch: 1
|
||||
Version: 2.24
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON serialising/deserialising, done correctly and fast
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
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)
|
||||
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(Test::More)
|
||||
|
||||
|
||||
# don't "provide" private Perl libs
|
||||
%global _use_internal_dependency_generator 0
|
||||
%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_requires /bin/sh -c "%{__deploop R}"
|
||||
%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
|
||||
%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
|
||||
|
||||
%description
|
||||
This module converts Perl data structures to JSON and vice versa. Its
|
||||
@ -63,6 +63,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man[13]/*
|
||||
|
||||
%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
|
||||
- Stripping bad provides of private Perl extension libs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user