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,7 +1,7 @@
%define cpan_name JSON-Any
Name: perl-%cpan_name
Version: 1.17
Version: 1.18
Release: 1
Provides: %cpan_name
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.
Source: %cpan_name-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl-JSON perl-YAML-Syck
%ifnarch x86_64
BuildRequires: perl-JSON >= 2.02
BuildRequires: perl-YAML-Syck perl-JSON-XS
BuildRequires: perl-JSON-DWIW
%endif
%if 0%{?suse_version} < 1100
BuildRequires: perl-JSON-PC
%endif
%description
Wrapper Class for the various JSON classes.