From 08f1024acfd6ed16faef7df777b134465e1e788e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Thu, 25 Jun 2015 17:03:41 +0200
Subject: 2.43 bump


diff --git a/.gitignore b/.gitignore
index b3806a9..201c3a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /CPAN-FindDependencies-2.42.tar.gz
+/CPAN-FindDependencies-2.43.tar.gz
diff --git a/perl-CPAN-FindDependencies.spec b/perl-CPAN-FindDependencies.spec
index 4429f74..6457cd1 100644
--- a/perl-CPAN-FindDependencies.spec
+++ b/perl-CPAN-FindDependencies.spec
@@ -1,25 +1,37 @@
 %global pkgname CPAN-FindDependencies
 
 Name:           perl-CPAN-FindDependencies
-Version:        2.42
-Release:        8%{?dist}
+Version:        2.43
+Release:        1%{?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(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(URI::file)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod::Coverage)
+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
@@ -34,7 +46,7 @@ their entirety.
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 
@@ -42,13 +54,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc ARTISTIC.txt CHANGELOG GPL2.txt README TODO
+%license ARTISTIC.txt GPL2.txt
+%doc CHANGELOG README TODO
 %{_bindir}/cpandeps
 %{perl_vendorlib}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 25 2015 Jitka Plesnikova <jples...@redhat.com> - 2.43-1
+- 2.43 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.42-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 3f70292..7df7686 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-789705fdf4811dffe5cb5175e5ab40a2  CPAN-FindDependencies-2.42.tar.gz
+caac62f9911a8f529e8271e46992e454  CPAN-FindDependencies-2.43.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-CPAN-FindDependencies.git/commit/?h=master&id=08f1024acfd6ed16faef7df777b134465e1e788e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to