1 | Name: perl-Role-Tiny
|
---|
2 | Version: 2.000006
|
---|
3 | Release: 1%{?dist}
|
---|
4 | Summary: A nouvelle cuisine portion size slice of Moose
|
---|
5 | License: GPL+ or Artistic
|
---|
6 | Vendor: bww bitwise works GmbH
|
---|
7 | URL: http://search.cpan.org/dist/Role-Tiny/
|
---|
8 | Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-%{version}.tar.gz
|
---|
9 | BuildArch: noarch
|
---|
10 | #BuildRequires: perl-interpreter
|
---|
11 | BuildRequires: perl-generators
|
---|
12 | BuildRequires: perl(base)
|
---|
13 | BuildRequires: perl(constant)
|
---|
14 | BuildRequires: perl(Class::Method::Modifiers) >= 1.05
|
---|
15 | BuildRequires: perl(Data::Dumper)
|
---|
16 | BuildRequires: perl(Exporter)
|
---|
17 | BuildRequires: perl(ExtUtils::MakeMaker) >= 6.63
|
---|
18 | BuildRequires: perl(lib)
|
---|
19 | BuildRequires: perl(mro)
|
---|
20 | %if !%{defined perl_bootstrap}
|
---|
21 | # Cycle: perl-Role-Tiny â perl-namespace-autoclean â perl-Moose â
|
---|
22 | # perl-Test-Spelling â perl-Pod-Spell â perl-File-ShareDir-ProjectDistDir â
|
---|
23 | # perl-Path-IsDev â perl-Role-Tiny
|
---|
24 | #BuildRequires: perl(namespace::autoclean)
|
---|
25 | %endif
|
---|
26 | #BuildRequires: perl(Test::Fatal) >= 0.003
|
---|
27 | BuildRequires: perl(Test::More) >= 0.96
|
---|
28 | BuildRequires: perl(strict)
|
---|
29 | BuildRequires: perl(warnings)
|
---|
30 | Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
---|
31 | #Requires: perl(Class::Method::Modifiers) >= 1.05
|
---|
32 | Requires: perl(mro)
|
---|
33 |
|
---|
34 | # perl-Role-Tiny was split from perl-Moo
|
---|
35 | Conflicts: perl-Moo < 0.009014
|
---|
36 |
|
---|
37 | %{?perl_default_filter}
|
---|
38 |
|
---|
39 | %description
|
---|
40 | Role::Tiny is a minimalist role composition tool.
|
---|
41 |
|
---|
42 | %prep
|
---|
43 | %setup -q -n Role-Tiny-%{version}
|
---|
44 |
|
---|
45 | %build
|
---|
46 | %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
---|
47 | make %{?_smp_mflags}
|
---|
48 | make manifypods
|
---|
49 |
|
---|
50 | %install
|
---|
51 | make pure_install DESTDIR=%{buildroot}
|
---|
52 | find %{buildroot} -type f -name .packlist -delete
|
---|
53 | %{_fixperms} %{buildroot}/*
|
---|
54 |
|
---|
55 | %check
|
---|
56 | #make test
|
---|
57 |
|
---|
58 | %files
|
---|
59 | %doc Changes README
|
---|
60 | %{perl_vendorlib}/Role/
|
---|
61 | #%{_mandir}/man3/Role::Tiny.3pm*
|
---|
62 | %{_mandir}/man3/*.3pm*
|
---|
63 |
|
---|
64 | %changelog
|
---|
65 | * Thu Mar 13 2018 Elbert Pol <elbert.pol@gmail.com> - 2.000006-1
|
---|
66 | - initial rpm for OS2
|
---|