8
0
Stephan Kulow
2015-04-16 18:24:00 +00:00
committed by Git OBS Bridge
parent 26639cbb23
commit cec71af4fa
3 changed files with 30 additions and 3 deletions

View File

@@ -19,17 +19,19 @@
Name: perl-Test-MockModule
Version: 0.09
Release: 0
#Upstream: GPL-1.0+
%define cpan_name Test-MockModule
Summary: Override subroutines in a module for unit testing
License: GPL-1.0+
License: GPL-3.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-MockModule/
Source: http://www.cpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(SUPER)
Requires: perl(SUPER)
%{perl_requires}