|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-JSON-Any
|
|
|
|
Name: perl-JSON-Any
|
|
|
|
Version: 1.16
|
|
|
|
Version: 1.16
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: A meta-module to make working with JSON easier
|
|
|
|
Summary: A meta-module to make working with JSON easier
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -10,7 +10,7 @@ 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))
|
|
|
|
|
|
|
|
|
|
|
|
Patch: with_older_json.patch
|
|
|
|
Patch0: with_older_json.patch
|
|
|
|
|
|
|
|
|
|
|
|
# JSON::XS is fastest, so we require it
|
|
|
|
# JSON::XS is fastest, so we require it
|
|
|
|
Requires: perl(JSON::XS)
|
|
|
|
Requires: perl(JSON::XS)
|
|
|
@ -72,6 +72,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.16-4
|
|
|
|
|
|
|
|
- Fix Patch:/%%patch0 mismatch.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 22 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.16-3
|
|
|
|
* Sat Mar 22 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.16-3
|
|
|
|
- patch to allow utf8 to work properly with JSON::XS earlier than version 2
|
|
|
|
- patch to allow utf8 to work properly with JSON::XS earlier than version 2
|
|
|
|
- patch to skip JSON when JSON is earlier than version 2
|
|
|
|
- patch to skip JSON when JSON is earlier than version 2
|
|
|
|