|
|
|
@ -1,29 +1,28 @@
|
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# see LICENSE
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Make your roles flexible through parameterization
|
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/MooseX-Role-Parameterized-%{version}.tar.gz
|
|
|
|
|
Url: http://search.cpan.org/dist/MooseX-Role-Parameterized
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
|
BuildRequires: perl(Moose) >= 0.78
|
|
|
|
|
# tests
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.27
|
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
|
|
|
|
|
|
# explicit, versioned requires
|
|
|
|
|
Requires: perl(Moose) >= 0.78
|
|
|
|
|
|
|
|
|
|
### auto-added brs!
|
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
|
Summary: Make your roles flexible through parameterization
|
|
|
|
|
Version: 0.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/MooseX-Role-Parameterized-%{version}.tar.gz
|
|
|
|
|
URL: http://search.cpan.org/dist/MooseX-Role-Parameterized
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
|
BuildRequires: perl(Moose) >= 0.78
|
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.27
|
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
|
|
|
|
|
Requires: perl(Moose) >= 0.78
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
%{?perl_default_subpackage_tests}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Roles are composable units of behavior. They are useful for factoring out
|
|
|
|
@ -54,7 +53,7 @@ make %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
|
|
|
|
@ -73,6 +72,12 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 28 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.17-1
|
|
|
|
|
- update by Fedora::App::MaintainerTools 0.004
|
|
|
|
|
- PERL_INSTALL_ROOT => DESTDIR
|
|
|
|
|
- dropped old BR on perl(Data::Dumper)
|
|
|
|
|
- dropped old BR on perl(Storable)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.15-1
|
|
|
|
|
- auto-update to 0.15 (by cpan-spec-update 0.01)
|
|
|
|
|
- altered br on perl(Test::More) (0 => 0.88)
|
|
|
|
|