%global pkgname CPAN-FindDependencies Name: perl-CPAN-FindDependencies Version: 2.46 Release: 2%{?dist} Summary: Find dependencies for modules on CPAN License: GPLv2+ or Artistic URL: http://search.cpan.org/dist/CPAN-FindDependencies/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{pkgname}-%{version}.tar.gz BuildArch: noarch BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Config) BuildRequires: perl(constant) BuildRequires: perl(Cwd) BuildRequires: perl(Devel::CheckOS) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Temp) BuildRequires: perl(LWP::Simple) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::CoreList) BuildRequires: perl(Parse::CPAN::Packages) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.00 BuildRequires: perl(URI::file) BuildRequires: perl(vars) BuildRequires: perl(YAML::Tiny) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(URI::file) %description This module provides tools to find a module's dependencies (and their dependencies, and so on) without having to download the modules in their entirety. %prep %setup -qn %{pkgname}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot}/* %check make test %files %license ARTISTIC.txt GPL2.txt %doc CHANGELOG README TODO %{_bindir}/cpandeps %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sat Feb 11 2017 Fedora Release Engineering - 2.46-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Sep 22 2016 Petr Pisar - 2.46-1 - 2.46 bump * Thu Sep 08 2016 Jitka Plesnikova - 2.45-1 - 2.45 bump * Mon May 16 2016 Jitka Plesnikova - 2.44-3 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 2.44-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Oct 09 2015 Jitka Plesnikova - 2.44-1 - 2.44 bump * Thu Jun 25 2015 Jitka Plesnikova - 2.43-1 - 2.43 bump * Thu Jun 18 2015 Fedora Release Engineering - 2.42-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Jun 08 2015 Jitka Plesnikova - 2.42-7 - Perl 5.22 rebuild * Mon Sep 01 2014 Jitka Plesnikova - 2.42-6 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 2.42-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Aug 05 2013 Petr Pisar - 2.42-4 - Perl 5.18 rebuild * Sat Aug 03 2013 Fedora Release Engineering - 2.42-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 03 2013 Christopher Meng - 2.42-2 - Fix the license. * Thu May 30 2013 Christopher Meng - 2.42-1 - Initial Package.