From 0e76a625d824779adc0b7191c261e96d2a969b4b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Tue, 7 Jul 2015 11:12:00 +0200
Subject: Updated dependencies


diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec
index 16764c8..cf03bef 100644
--- a/perl-Test-Pod.spec
+++ b/perl-Test-Pod.spec
@@ -1,16 +1,19 @@
 Name:           perl-Test-Pod
 Version:        1.51
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Test POD files for correctness
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Pod/
 Source0:        
http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Pod::Simple) >= 3.05
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Builder)
@@ -34,14 +37,13 @@ the heavy lifting.
 %setup -q -n Test-Pod-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 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 {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}
 
 %check
@@ -53,6 +55,9 @@ LC_ALL=C make test
 %{_mandir}/man3/Test::Pod.3pm*
 
 %changelog
+* Tue Jul 07 2015 Jitka Plesnikova <jples...@redhat.com> - 1.51-2
+- Updated dependencies
+
 * Mon Jul  6 2015 Tom Callaway <s...@fedoraproject.org> - 1.51-1
 - update to 1.51
 
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-Test-Pod.git/commit/?h=master&id=0e76a625d824779adc0b7191c261e96d2a969b4b
--
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