|
|
@ -1,30 +1,41 @@
|
|
|
|
Name: perl-Moose-Autobox
|
|
|
|
Name: perl-Moose-Autobox
|
|
|
|
Version: 0.15
|
|
|
|
Version: 0.16
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
# lib/Moose/Autobox.pm -> GPL+ or Artistic
|
|
|
|
# lib/Moose/Autobox.pm -> GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Autoboxed wrappers for native Perl datatypes
|
|
|
|
Summary: Autoboxed wrappers for native Perl datatypes
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Moose-Autobox-%{version}.tar.gz
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Moose-Autobox-%{version}.tar.gz
|
|
|
|
Url: http://search.cpan.org/dist/Moose-Autobox
|
|
|
|
Url: http://search.cpan.org/dist/Moose-Autobox
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(autobox) >= 2.23
|
|
|
|
BuildRequires: perl(autobox) >= 2.23
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
|
|
|
BuildRequires: perl(List::MoreUtils) >= 0.07
|
|
|
|
|
|
|
|
BuildRequires: perl(metaclass)
|
|
|
|
|
|
|
|
BuildRequires: perl(Module::Metadata)
|
|
|
|
BuildRequires: perl(Moose) >= 0.42
|
|
|
|
BuildRequires: perl(Moose) >= 0.42
|
|
|
|
BuildRequires: perl(Moose::Role)
|
|
|
|
BuildRequires: perl(Moose::Role)
|
|
|
|
|
|
|
|
BuildRequires: perl(Moose::Util)
|
|
|
|
|
|
|
|
BuildRequires: perl(namespace::autoclean)
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
BuildRequires: perl(Perl6::Junction) >= 1.40000
|
|
|
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(Syntax::Keyword::Junction::All)
|
|
|
|
BuildRequires: perl(Syntax::Keyword::Junction::All)
|
|
|
|
|
|
|
|
BuildRequires: perl(Syntax::Keyword::Junction::Any)
|
|
|
|
|
|
|
|
BuildRequires: perl(Syntax::Keyword::Junction::None)
|
|
|
|
|
|
|
|
BuildRequires: perl(Syntax::Keyword::Junction::One)
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.21
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.21
|
|
|
|
BuildRequires: perl(Test::More) >= 0.89
|
|
|
|
BuildRequires: perl(Test::More) >= 0.89
|
|
|
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# not automagically picked up
|
|
|
|
|
|
|
|
Requires: perl(autobox)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
|
@ -41,7 +52,7 @@ for use with autobox.
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
|
|
|
|
|
|
@ -56,6 +67,10 @@ make test
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 06 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.16-1
|
|
|
|
|
|
|
|
- 0.16 bump
|
|
|
|
|
|
|
|
- Specify all dependencies
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-4
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|