1.51
This commit is contained in:
parent
b1db88063d
commit
a04d772db7
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Test-Pod-1.44.tar.gz
|
||||
/Test-Pod-1.48.tar.gz
|
||||
/Test-Pod-1.49.tar.gz
|
||||
/Test-Pod-1.50.tar.gz
|
||||
/Test-Pod-1.51.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Pod
|
||||
Version: 1.50
|
||||
Release: 3%{?dist}
|
||||
Version: 1.51
|
||||
Release: 1%{?dist}
|
||||
Summary: Test POD files for correctness
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Module::Build) >= 0.30
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Pod::Simple) >= 3.05
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::Builder)
|
||||
@ -34,15 +34,18 @@ the heavy lifting.
|
||||
%setup -q -n Test-Pod-%{version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
make pure_install PERL_INSTALL_ROOT=%{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
|
||||
LC_ALL=C ./Build test
|
||||
LC_ALL=C make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
@ -50,6 +53,9 @@ LC_ALL=C ./Build test
|
||||
%{_mandir}/man3/Test::Pod.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 6 2015 Tom Callaway <spot@fedoraproject.org> - 1.51-1
|
||||
- update to 1.51
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user