8
0
forked from pool/perl-JSON-Any
Stephan Kulow
2008-12-30 12:08:04 +00:00
committed by Git OBS Bridge
parent 470fd506ff
commit 0f09dbec22
3 changed files with 6 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbc5b589a317cacb5a37f0c3be925084fd6496539d3a2ae6418cacbfc1fac61f
size 25144

3
JSON-Any-1.18.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0717bab368b03cd0c730bf781dac7204c9b0bd832e92a46306282088e703a6da
size 26608

View File

@@ -1,7 +1,7 @@
%define cpan_name JSON-Any %define cpan_name JSON-Any
Name: perl-%cpan_name Name: perl-%cpan_name
Version: 1.17 Version: 1.18
Release: 1 Release: 1
Provides: %cpan_name Provides: %cpan_name
Requires: perl = %{perl_version} perl-JSON perl-YAML-Syck Requires: perl = %{perl_version} perl-JSON perl-YAML-Syck
@@ -17,13 +17,9 @@ URL: http://search.cpan.org/dist/JSON-Any/
Summary: Wrapper Class for the various JSON classes. Summary: Wrapper Class for the various JSON classes.
Source: %cpan_name-%{version}.tar.gz Source: %cpan_name-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl-JSON perl-YAML-Syck BuildRequires: perl-JSON >= 2.02
%ifnarch x86_64 BuildRequires: perl-YAML-Syck perl-JSON-XS
BuildRequires: perl-JSON-DWIW BuildRequires: perl-JSON-DWIW
%endif
%if 0%{?suse_version} < 1100
BuildRequires: perl-JSON-PC
%endif
%description %description
Wrapper Class for the various JSON classes. Wrapper Class for the various JSON classes.