Updated dependencies
This commit is contained in:
parent
a04d772db7
commit
0e76a625d8
@ -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 <jplesnik@redhat.com> - 1.51-2
|
||||
- Updated dependencies
|
||||
|
||||
* Mon Jul 6 2015 Tom Callaway <spot@fedoraproject.org> - 1.51-1
|
||||
- update to 1.51
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user