perl-Method-Signatures.spec
3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Name: perl-Method-Signatures
Version: 20121201
Release: 3%{?dist}
Summary: Method and function declarations with signatures and no source filter
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Method-Signatures/
Source0: http://www.cpan.org/authors/id/B/BA/BAREFOOT/Method-Signatures-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(Any::Moose) >= 0.11
BuildRequires: perl(attributes)
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Const::Fast) >= 0.006
BuildRequires: perl(Data::Alias) >= 1.08
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Devel::Declare) >= 0.006002
BuildRequires: perl(Devel::Declare::MethodInstaller::Simple) >= 0.006002
BuildRequires: perl(Devel::Pragma) >= 0.40
BuildRequires: perl(Exporter)
BuildRequires: perl(lib)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose) >= 0.96
BuildRequires: perl(MooseX::Declare)
BuildRequires: perl(MooseX::Declare::Syntax::Keyword::Method)
BuildRequires: perl(MooseX::Declare::Syntax::Keyword::MethodModifier)
BuildRequires: perl(Mouse) >= 0.64
BuildRequires: perl(PPI) >= 1.203
BuildRequires: perl(Sub::Name) >= 0.03
BuildRequires: perl(Test::Builder) >= 0.82
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warn)
Requires: perl(Any::Moose) >= 0.11
Requires: perl(Const::Fast) >= 0.006
Requires: perl(Data::Alias) >= 1.08
Requires: perl(Data::Dumper)
Requires: perl(Devel::BeginLift) >= 0.001001
Requires: perl(Devel::Declare) >= 0.006002
Requires: perl(Devel::Declare::MethodInstaller::Simple) >= 0.006002
Requires: perl(Devel::Pragma) >= 0.40
Requires: perl(PPI) >= 1.203
Requires: perl(Sub::Name) >= 0.03
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
%description
Provides two new keywords, func and method, so that you can write
subroutines with signatures.
%prep
%setup -q -n Method-Signatures-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build
%install
./Build install destdir=%{buildroot} create_packlist=0
%{_fixperms} %{buildroot}/*
%check
./Build test
%files
%doc Changes examples
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Aug 06 2013 Petr Pisar <ppisar@redhat.com> - 20121201-3
- Perl 5.18 rebuild
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121201-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 20121201-1
- update to latest upstream version
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120523-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120523-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jul 03 2012 Petr Pisar <ppisar@redhat.com> - 20120523-3
- Perl 5.16 rebuild
* Thu Jun 28 2012 Iain Arnell <iarnell@gmail.com> 20120523-2
- additional build deps from package review
* Sun Jun 17 2012 Iain Arnell <iarnell@gmail.com> 20120523-1
- Specfile autogenerated by cpanspec 1.79.