8
0
Stephan Kulow
2014-02-24 08:37:30 +00:00
committed by Git OBS Bridge
parent e374e03f61
commit 0a762223f3
4 changed files with 21 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Find
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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,7 +17,7 @@
Name: perl-Module-Find
Version: 0.11
Version: 0.12
Release: 0
%define cpan_name Module-Find
Summary: Find and use installed modules in a (sub)category
@@ -29,9 +29,8 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Module::Find)
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Recommends: perl(Test::Pod) >= 1.14
Recommends: perl(Test::Pod::Coverage) >= 1.04
%{perl_requires}
%description