From 2358e11e001a403264a14bfa290997d7a722e4def1f80cd853684ba1f95f3927 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 18 Feb 2010 15:52:08 +0000 Subject: [PATCH] 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 --- Test-Pod-1.26.tar.bz2 | 3 --- Test-Pod-1.41.tar.gz | 3 +++ perl-Test-Pod.changes | 10 ++++++++++ perl-Test-Pod.spec | 24 +++++++++++------------- 4 files changed, 24 insertions(+), 16 deletions(-) delete mode 100644 Test-Pod-1.26.tar.bz2 create mode 100644 Test-Pod-1.41.tar.gz diff --git a/Test-Pod-1.26.tar.bz2 b/Test-Pod-1.26.tar.bz2 deleted file mode 100644 index af3bd0b..0000000 --- a/Test-Pod-1.26.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be47f82987c279a93e4d0cd82bfc845cac1c05ce9c879b46373a9b090ad09a6d -size 6419 diff --git a/Test-Pod-1.41.tar.gz b/Test-Pod-1.41.tar.gz new file mode 100644 index 0000000..e9103b9 --- /dev/null +++ b/Test-Pod-1.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d66f101f60366ebabe4e5bc5c5f7a526051315fc33c36bc7bb2e499c598683 +size 8775 diff --git a/perl-Test-Pod.changes b/perl-Test-Pod.changes index c770d33..03204ca 100644 --- a/perl-Test-Pod.changes +++ b/perl-Test-Pod.changes @@ -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, 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 diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec index aaf0270..b9557a2 100644 --- a/perl-Test-Pod.spec +++ b/perl-Test-Pod.spec @@ -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, - brian d foy, %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