Name: perl-Catalyst-ActionRole-ACL Version: 0.06 Release: 1%{?dist} Summary: User role-based authorization action class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-ActionRole-ACL/ Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-ActionRole-ACL-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Catalyst::Controller::ActionRole) BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Test::More) Requires: perl(Catalyst::Controller::ActionRole) Requires: perl(Catalyst::Runtime) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description Provides a Catalyst reusable action role for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines. %prep %setup -q -n Catalyst-ActionRole-ACL-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Sep 30 2011 Iain Arnell 0.06-1 - Specfile autogenerated by cpanspec 1.78.