8
0
forked from pool/perl-DBM-Deep

- update Build_n_Test patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBM-Deep?expand=0&rev=6
This commit is contained in:
Ruediger Oertel
2012-02-29 15:03:36 +00:00
committed by Git OBS Bridge
parent 5fdfeb9e1a
commit f557624f8a
3 changed files with 174 additions and 203 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DBM-Deep
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@@ -15,17 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%bcond_with test
Name: perl-DBM-Deep
%define cpan_name DBM-Deep
Summary: Pure perl multi-level hash/array DBM that supports transactions
Version: 2.0004
Release: 1
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.0004
Release: 0
Url: http://search.cpan.org/dist/DBM-Deep/
Source: http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
# would require Test::More >= 0.88 (done_testing)
@@ -36,13 +35,13 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Digest::MD5) >= 1.00
BuildRequires: perl(Fcntl) >= 0.01
BuildRequires: perl(File::Path) >= 0.01
BuildRequires: perl(File::Temp) >= 0.01
BuildRequires: perl(IO::Scalar) >= 0.01
BuildRequires: perl(Module::Build)
BuildRequires: perl(Scalar::Util) >= 1.14
BuildRequires: perl(Test::Deep) >= 0.095
BuildRequires: perl(Test::Exception) >= 0.21