8
0

Accepting request 337578 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/337578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=26
This commit is contained in:
2015-10-10 11:06:20 +00:00
committed by Git OBS Bridge
parent c69dce7b87
commit c106142c1f
5 changed files with 44 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-SQL-Statement
#
# 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,43 +17,33 @@
Name: perl-SQL-Statement
Version: 1.405
Version: 1.407
Release: 0
%define cpan_name SQL-Statement
Summary: SQL parsing and processing engine
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/SQL-Statement/
Source: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Clone) >= 0.30
BuildRequires: perl(Math::BigInt) >= 1.88
BuildRequires: perl(Math::Base::Convert)
BuildRequires: perl(Math::Complex) >= 1.56
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Params::Util) >= 1.00
BuildRequires: perl(Test::Simple) >= 0.90
#BuildRequires: perl(SQL::Dialects::Role)
#BuildRequires: perl(SQL::Eval)
#BuildRequires: perl(SQL::Parser)
#BuildRequires: perl(SQL::Statement)
#BuildRequires: perl(SQL::Statement::Function)
#BuildRequires: perl(SQL::Statement::Functions)
#BuildRequires: perl(SQL::Statement::Operation)
#BuildRequires: perl(SQL::Statement::Placeholder)
#BuildRequires: perl(SQL::Statement::RAM)
#BuildRequires: perl(SQL::Statement::Term)
#BuildRequires: perl(SQL::Statement::TermFactory)
#BuildRequires: perl(SQL::Statement::Util)
#BuildRequires: perl(SQLtest)
#BuildRequires: perl(SQL::UserDefs)
#BuildRequires: perl(TestLib)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.90
BuildRequires: perl(Text::Soundex) >= 3.04
Requires: perl(Clone) >= 0.30
Requires: perl(Module::Runtime)
Requires: perl(Params::Util) >= 1.00
Recommends: perl(Math::BigInt) >= 1.88
Recommends: perl(Math::Base::Convert)
Recommends: perl(Math::Complex) >= 1.56
Recommends: perl(Text::Soundex) >= 3.03_01
Recommends: perl(Text::Soundex) >= 3.04
%{perl_requires}
%description