perl-App-cpanminus/cpanspec.yml
Stephan Kulow 62cf20dc20 Accepting request 296845 from devel:languages:perl:autoupdate
- updated to 1.7027
   see /usr/share/doc/packages/perl-App-cpanminus/Changes
  1.7027  2015-02-14 12:14:13 PST
     [Improvements]
        - Use provides as provided in META.json and do not scan packages as PAUSE does. #435
  
  1.7026  2015-02-13 17:11:38 PST
     [Improvements]
        - Respect provides in META file before loading from Parse::PMFile
  
  1.7025  2015-02-07 07:58:21 CET
     [Improvements]
        - Bump Parse::PMFile to 0.35
        - Bump CPAN::Meta::Check to 0.020
        - Bump CPAN::Meta::Requirements to 2.132
        - Bump HTTP::Tiny to 0.054
        - Bump Module::Metadata to 1.000026
        - Bump version.pm to 0.9912
  
  1.7024  2015-01-12 13:31:19 PST
     [New Features]
        - Includes vendor lib and arch path to search for core modules, when installing self-contained
          lib by default. This behavior can be turned off with --exclude-vendor (tartansandal) #426
  
  1.7023  2015-01-05 07:59:52 JST
     [Improvements]
        - Bump Parse::PMFile to 0.34
        - Bump CPAN::Meta::Requirements to 2.131
        - Bump HTTP::Tiny to 0.53
        - Bump Module::Metadata to 1.000025

OBS-URL: https://build.opensuse.org/request/show/296845
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=22
2015-04-15 16:27:28 +00:00

92 lines
3.2 KiB
YAML

---
#description_paragraphs: 3
#no_testing: broken upstream
#patches:
# foo.patch: -p1
# bar.patch:
sources:
- http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/plain/fatunpack
preamble: |-
# Run-time:
# Nothing special. The tests are very poor. But we run perl -c at built-time
# to check for correct unpacking. So we need non-optional run-time
# dependencies at build-time too:
BuildRequires: perl(Config)
BuildRequires: perl(aliased)
BuildRequires: perl(constant)
# CPAN::DistnameInfo not needed for compilation
# CPAN::Meta not needed for copmilation
# CPAN::Meta::Check not needed for compilation
# CPAN::Meta::Prereqs not needed for compilation
BuildRequires: perl(CPAN::Meta::Requirements)
# CPAN::Meta::YAML not needed for compilation
BuildRequires: perl(Cwd)
# Digest::SHA not needed for compilation
# Dumpvalue not needed for compilation
# ExtUtils::Manifest not needed for compilation
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
# File::pushd not needed for compilation
BuildRequires: perl(File::Temp)
# HTTP::Tiny not needed for compilation
# JSON::PP not needed for compilation
# local::lib not needed for compilation
# Module::CoreList not needed for compilation
# Module::CPANfile not needed for compilation
# Module::Metadata not needed for compilation
BuildRequires: perl(Parse::CPAN::Meta)
# POSIX not needed for compilation
# Safe not needed for compilation
BuildRequires: perl(String::ShellQuote)
BuildRequires: perl(Symbol)
BuildRequires: perl(version)
# version::vpp not needed for compilation
BuildRequires: perl(warnings::register)
# YAML not needed for compilation
# Tests:
BuildRequires: perl(Test::More)
# Current dependency generator cannot parse compressed code. Use PPI to find
# them, and list them manually:
# Archive::Tar is optional
# Archive::Zip is optional
# Compress::Zlib is optional
Requires: perl(CPAN::DistnameInfo)
Requires: perl(CPAN::Meta)
Requires: perl(CPAN::Meta::Check)
Requires: perl(CPAN::Meta::Prereqs)
Requires: perl(CPAN::Meta::YAML)
Requires: perl(Digest::SHA)
Requires: perl(ExtUtils::Install) >= 1.46
Requires: perl(ExtUtils::MakeMaker) >= 6.31
Requires: perl(ExtUtils::Manifest)
# File::HomeDir is optional
Requires: perl(File::pushd)
# HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny
Requires: perl(HTTP::Tiny)
Requires: perl(local::lib)
# LWP::Protocol::https is optional
# LWP::UserAgent is optional
Requires: perl(Module::Build)
Requires: perl(Module::CPANfile)
Requires: perl(Module::CoreList)
Requires: perl(Module::Metadata)
# Module::Signature is optional
Requires: perl(String::ShellQuote)
# Win32 not used
Requires: perl(YAML)
Provides: cpanm = %{version}-%{release}
Obsoletes: cpanm <= 1.5010
post_prep: |-
# Unbundle fat-packed modules
podselect lib/App/cpanminus.pm > lib/App/cpanminus.pod
for F in bin/cpanm lib/App/cpanminus/fatscript.pm; do
perl %{SOURCE1} --libdir lib --filter '^App/cpanminus' "$F" > "${F}.stripped"
perl -c -Ilib "${F}.stripped"
mv "${F}.stripped" "$F"
done
#license: SUSE-NonFree