Accepting request 297264 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validator?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-16 18:11:54 +00:00
committed by Git OBS Bridge
parent 38f1191f36
commit 5cf46631f9
5 changed files with 48 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Validator
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX 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,35 +17,24 @@
Name: perl-Data-Validator
Version: 1.03
Version: 1.07
Release: 0
%define cpan_name Data-Validator
Summary: Rule based validator on type constraint system
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Validator/
Source: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Mouse) >= 0.93
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
#BuildRequires: perl(Data::Validator)
#BuildRequires: perl(Moose)
#BuildRequires: perl(MooseX::Params::Validate)
#BuildRequires: perl(Mouse::Role)
#BuildRequires: perl(Mouse::Util)
#BuildRequires: perl(Mouse::Util::TypeConstraints)
#BuildRequires: perl(MouseX::Types::URI)
#BuildRequires: perl(Params::Validate)
#BuildRequires: perl(Smart::Args)
#BuildRequires: perl(Test::Mouse)
Requires: perl(Mouse) >= 0.93
%{perl_requires}
@@ -72,6 +61,6 @@ CSV, JSON, XML, and so on.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes cpanfile example LICENSE README.md
%doc Changes example LICENSE README.md
%changelog