Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37413583
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-CPAN-Meta

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin