Accepting request 82398 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/82398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod?expand=0&rev=22
This commit is contained in:
Lars Vogdt 2011-09-19 13:12:20 +00:00 committed by Git OBS Bridge
commit f7acb7bd85
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 17 09:26:44 UTC 2011 - chris@computersalat.de
- fix deps
* BuildReq: Pod::Simple, Test::More
* Req: Test::Builder::Tester
-------------------------------------------------------------------
Thu Mar 31 12:33:48 UTC 2011 - coolo@novell.com

View File

@ -23,17 +23,22 @@ Release: 1
License: Artistic 2.0 or GPLv2
%define cpan_name Test-Pod
Summary: check for POD errors in files
Url: http://search.cpan.org/dist/Test-Pod/
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Pod/
#Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More) >= 0.62
BuildRequires: perl(Pod::Simple) >= 3.05
Requires: perl(File::Spec)
Requires: perl(Test::More) >= 0.62
Requires: perl(Pod::Simple) >= 3.05
Requires: perl(Test::Builder::Tester) >= 1.02
%{perl_requires}
%description