Accepting request 32695 from devel:languages:perl

Copy from devel:languages:perl/perl-Test-Pod based on submit request 32695 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-02-18 15:52:08 +00:00 committed by Git OBS Bridge
parent d052e11dcf
commit 2358e11e00
4 changed files with 24 additions and 16 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 16 14:28:47 UTC 2010 - coolo@novell.com
- update to 1.41
* Maintenance transfered to David Wheeler.
* Test::Pod no longer complains about the construct L<text|url>, as it is
no longer illegal (as of Perl 5.11.3).
* Switched to Module::Build.
* Test::Pod now requires Perl 5.8.0.
-------------------------------------------------------------------
Sun Dec 20 16:42:51 CET 2009 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Test-Pod (Version 1.26)
# spec file for package perl-Test-Pod (Version 1.41)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,13 +21,14 @@
Name: perl-Test-Pod
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Check for POD errors in files
Version: 1.26
Release: 124
Version: 1.41
Release: 1
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://cpan.org/
Source: http://cpan.org/modules/by-module/Test/%{cpan_name}-%{version}.tar.bz2
Source: http://cpan.org/modules/by-module/Test/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Module::Build)
@ -45,25 +46,22 @@ Requires: perl(File::Spec) >= 0
#Provides: %{cpan_name} Test::Pod
%description
Check POD files for errors or warnings in a test file, using Pod::Simple to
do the heavy lifting.
%{cpan_name} module for perl
Test::Pod lets you check the validity of a POD file, and report its
results in standard Test::Simple fashion.
Authors: Andy Lester, <andy at petdance dot com>
brian d foy, <bdfoy at cpan dot org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make} %{?jobs:-j%jobs}
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Build.PL installdirs=vendor
./Build
%check
make test
./Build test
%install
%perl_make_install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_process_packlist
%perl_gen_filelist