forked from pool/perl-MooseX-Method-Signatures
format spec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Method-Signatures?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
d26b7264c0
commit
c6db6ddb8e
@@ -1,52 +1,67 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
# vim: set sw=4 ts=4 et nu:
|
||||||
|
#
|
||||||
|
# spec file for package perl-MooseX-Method-Signatures
|
||||||
|
#
|
||||||
|
# Copyright (c) 2011 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
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
Name: perl-MooseX-Method-Signatures
|
Name: perl-MooseX-Method-Signatures
|
||||||
Version: 0.36
|
Version: 0.36
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Method declarations with type constraints and no source filter
|
Summary: Method declarations with type constraints and no source filter
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Method-Signatures-%{version}.tar.gz
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
URL: http://search.cpan.org/dist/MooseX-Method-Signatures
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Perl License
|
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Method-Signatures-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
Url: http://search.cpan.org/dist/MooseX-Method-Signatures
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl-macros
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl(Moose::Role)
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::Exception)
|
|
||||||
BuildRequires: perl(FindBin)
|
|
||||||
BuildRequires: perl(Test::Pod)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.89
|
|
||||||
BuildRequires: perl(namespace::clean)
|
|
||||||
BuildRequires: perl(Test::Moose)
|
|
||||||
BuildRequires: perl(metaclass)
|
|
||||||
BuildRequires: perl(attributes)
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
BuildRequires: perl(Scalar::Util)
|
|
||||||
BuildRequires: perl(Parse::Method::Signatures::TypeConstraint)
|
|
||||||
BuildRequires: perl(MooseX::Types::Util)
|
|
||||||
BuildRequires: perl(MooseX::Types::Moose) >= 0.19
|
|
||||||
BuildRequires: perl(Parse::Method::Signatures) >= 1.003011
|
|
||||||
BuildRequires: perl(MooseX::Types::Structured) >= 0.20
|
|
||||||
BuildRequires: perl(MooseX::Meta::TypeConstraint::ForceCoercion)
|
|
||||||
BuildRequires: perl(aliased)
|
|
||||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
|
||||||
BuildRequires: perl(Moose::Meta::Class)
|
|
||||||
BuildRequires: perl(Text::Balanced)
|
|
||||||
BuildRequires: perl(Task::Weaken)
|
|
||||||
BuildRequires: perl(Moose) >= 0.89
|
|
||||||
BuildRequires: perl(Context::Preserve)
|
|
||||||
BuildRequires: perl(MooseX::LazyRequire) >= 0.06
|
|
||||||
BuildRequires: perl(namespace::autoclean)
|
|
||||||
BuildRequires: perl(Moose::Meta::Method)
|
|
||||||
BuildRequires: perl(Sub::Name)
|
|
||||||
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07
|
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Moose::Util)
|
BuildRequires: perl(Context::Preserve)
|
||||||
BuildRequires: perl(Parse::Method::Signatures::Types)
|
|
||||||
BuildRequires: perl(MooseX::Types) >= 0.19
|
|
||||||
BuildRequires: perl(Devel::Declare) >= 0.005011
|
BuildRequires: perl(Devel::Declare) >= 0.005011
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||||
|
BuildRequires: perl(FindBin)
|
||||||
|
BuildRequires: perl(Moose) >= 0.89
|
||||||
|
BuildRequires: perl(Moose::Meta::Class)
|
||||||
|
BuildRequires: perl(Moose::Meta::Method)
|
||||||
|
BuildRequires: perl(Moose::Role)
|
||||||
|
BuildRequires: perl(Moose::Util)
|
||||||
|
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||||
|
BuildRequires: perl(MooseX::LazyRequire) >= 0.06
|
||||||
|
BuildRequires: perl(MooseX::Meta::TypeConstraint::ForceCoercion)
|
||||||
|
BuildRequires: perl(MooseX::Types) >= 0.19
|
||||||
|
BuildRequires: perl(MooseX::Types::Moose) >= 0.19
|
||||||
|
BuildRequires: perl(MooseX::Types::Structured) >= 0.20
|
||||||
|
BuildRequires: perl(MooseX::Types::Util)
|
||||||
|
BuildRequires: perl(Parse::Method::Signatures) >= 1.003011
|
||||||
|
BuildRequires: perl(Parse::Method::Signatures::TypeConstraint)
|
||||||
|
BuildRequires: perl(Parse::Method::Signatures::Types)
|
||||||
|
BuildRequires: perl(Scalar::Util)
|
||||||
|
BuildRequires: perl(Sub::Name)
|
||||||
|
BuildRequires: perl(Task::Weaken)
|
||||||
|
BuildRequires: perl(Test::Exception)
|
||||||
|
BuildRequires: perl(Test::Moose)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.89
|
||||||
|
BuildRequires: perl(Test::Pod)
|
||||||
|
BuildRequires: perl(Text::Balanced)
|
||||||
|
BuildRequires: perl(aliased)
|
||||||
|
BuildRequires: perl(attributes)
|
||||||
|
BuildRequires: perl(metaclass)
|
||||||
|
BuildRequires: perl(namespace::autoclean)
|
||||||
|
BuildRequires: perl(namespace::clean)
|
||||||
Requires: perl(Scalar::Util)
|
Requires: perl(Scalar::Util)
|
||||||
Requires: perl(Parse::Method::Signatures::TypeConstraint)
|
Requires: perl(Parse::Method::Signatures::TypeConstraint)
|
||||||
Requires: perl(MooseX::Types::Util)
|
Requires: perl(MooseX::Types::Util)
|
||||||
@@ -109,3 +124,4 @@ methods and validating their arguments against Moose type constraints.
|
|||||||
%doc %{perl_man3dir}/MooseX::Method::Signatures.%{perl_man3ext}%{ext_man}
|
%doc %{perl_man3dir}/MooseX::Method::Signatures.%{perl_man3ext}%{ext_man}
|
||||||
%doc %{perl_man3dir}/MooseX::Method::Signatures::*.%{perl_man3ext}%{ext_man}
|
%doc %{perl_man3dir}/MooseX::Method::Signatures::*.%{perl_man3ext}%{ext_man}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user