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 - 1.51-2 +- Updated dependencies + * Mon Jul 6 2015 Tom Callaway - 1.51-1 - update to 1.51