8
0

Accepting request 178282 from home:coolo:update-perl

update

OBS-URL: https://build.opensuse.org/request/show/178282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2013-06-10 10:35:15 +00:00
committed by Git OBS Bridge
parent 5d9131e2ae
commit 71cfb84404
4 changed files with 25 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-PrereqScanner
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Perl-PrereqScanner
Version: 1.011
Version: 1.015
Release: 0
%define cpan_name Perl-PrereqScanner
Summary: A tool to scan your Perl code for its prerequisites
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Perl-PrereqScanner/
Source: http://www.cpan.org/authors/id/J/JQ/JQUELIN/%{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -33,7 +33,7 @@ BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120630
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(PPI) >= 1.205
BuildRequires: perl(PPI) >= 1.215
BuildRequires: perl(PPI::Document)
BuildRequires: perl(Params::Util)
BuildRequires: perl(String::RewritePrefix) >= 0.005
@@ -46,7 +46,7 @@ Requires: perl(CPAN::Meta::Requirements) >= 2.120630
Requires: perl(List::MoreUtils)
Requires: perl(Moose)
Requires: perl(Moose::Role)
Requires: perl(PPI) >= 1.205
Requires: perl(PPI) >= 1.215
Requires: perl(Params::Util)
Requires: perl(String::RewritePrefix) >= 0.005
Requires: perl(namespace::autoclean)