8
0
Stephan Kulow
2014-03-15 13:01:18 +00:00
committed by Git OBS Bridge
parent 0c626cd92a
commit b9cf2717db
4 changed files with 12 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-namespace-clean
#
# Copyright (c) 2013 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-namespace-clean
Version: 0.24
Version: 0.25
Release: 0
%define cpan_name namespace-clean
Summary: Keep imports and functions out of your namespace
@@ -33,15 +33,6 @@ BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
BuildRequires: perl(Package::Stash) >= 0.23
BuildRequires: perl(Test::More) >= 0.88
#BuildRequires: perl(CleaneeBridge)
#BuildRequires: perl(CleaneeBridgeDirect)
#BuildRequires: perl(CleaneeBridgeExplicit)
#BuildRequires: perl(ExporterTest)
#BuildRequires: perl(InheritanceParent)
#BuildRequires: perl(namespace::clean)
#BuildRequires: perl(Sub::Identify)
#BuildRequires: perl(Sub::Name)
#BuildRequires: perl(Variable::Magic)
Requires: perl(B::Hooks::EndOfScope) >= 0.12
Requires: perl(Package::Stash) >= 0.23
%{perl_requires}