Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560202
en ru br
ALT Linux repos
S:2.150010-alt3

Group :: Development/Perl
RPM: perl-CPAN-Meta

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist CPAN-Meta
Name: perl-%dist
Version: 2.150010
Release: alt3

Summary: The distribution metadata for a CPAN dist
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz

BuildArch: noarch

BuildRequires: perl-CPAN-Meta-Requirements perl-Test-Script perl(Encode.pm) perl(CPAN/Meta/YAML.pm) perl(JSON/PP.pm)
%if_without bootstrap
#BuildRequires: perl-Parse-CPAN-Meta
%endif

%description
Software distributions released to the CPAN include a META.json or,
for older distributions, META.yml, which describes the distribution,
its contents, and the requirements for building and installing the
distribution.  The data structure stored in the META.json file is
described in CPAN::Meta::Spec.

CPAN::Meta provides a simple class to represent this distribution
metadata (or distmeta), along with some helpful methods for
interrogating that data.

%package -n perl-Parse-CPAN-Meta
Summary: Parse::CPAN::Meta - Parse META.yml and META.json CPAN metadata files
Group: Development/Perl
# loaded with _can_load
Requires: perl-JSON-PP

%description -n perl-Parse-CPAN-Meta
Parse::CPAN::Meta is a parser for META.json and META.yml files,
using JSON::PP and/or CPAN::Meta::YAML.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/CPAN

%files -n perl-Parse-CPAN-Meta
%perl_vendor_privlib/Parse

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin