Accepting request 315400 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/315400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod?expand=0&rev=32
This commit is contained in:
Stephan Kulow 2015-07-21 11:24:17 +00:00 committed by Git OBS Bridge
commit 15cf5e097c
4 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2573d48c017bf1d9029c2305bcdfd0837c94f55c755109edb871f5c336554a37
size 11985

3
Test-Pod-1.51.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1a1d3cedf4a579e3aad89c36f9878a8542b6656dbe71f1581420f49582d7efb
size 12159

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 7 09:24:43 UTC 2015 - coolo@suse.com
- updated to 1.51
see /usr/share/doc/packages/perl-Test-Pod/Changes
1.51 2015-07-04 20:36:53Z
* convert tooling from Module::Build to ExtUtils::MakeMaker (resolves
circular dependency with MB on perl 5.21+)
-------------------------------------------------------------------
Sun Jun 7 09:07:27 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Test-Pod
Version: 1.50
Version: 1.51
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name Test-Pod
@ -25,13 +25,12 @@ Summary: Check for Pod Errors in Files
License: Artistic-2.0 or GPL-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Pod/
Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.300000
BuildRequires: perl(Pod::Simple) >= 3.05
Requires: perl(Pod::Simple) >= 3.05
%{perl_requires}
@ -44,14 +43,15 @@ to do the heavy lifting.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
./Build test
%{__make} test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files