[perl-Catalyst-ActionRole-ACL] initial import (rhbz#742542)

Iain Arnell iarnell at fedoraproject.org
Mon Oct 3 14:36:32 UTC 2011


commit f983014bb40fbdd7ed3311aba5f26a134279ad29
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Oct 3 16:36:12 2011 +0200

    initial import (rhbz#742542)

 .gitignore                        |    1 +
 perl-Catalyst-ActionRole-ACL.spec |   52 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..62ee0c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Catalyst-ActionRole-ACL-0.06.tar.gz
diff --git a/perl-Catalyst-ActionRole-ACL.spec b/perl-Catalyst-ActionRole-ACL.spec
new file mode 100644
index 0000000..39b106d
--- /dev/null
+++ b/perl-Catalyst-ActionRole-ACL.spec
@@ -0,0 +1,52 @@
+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 <iarnell at gmail.com> 0.06-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..1e9313e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+67b4f3a2092f1cdc26785c9b1ba45b67  Catalyst-ActionRole-ACL-0.06.tar.gz



More information about the perl-devel mailing list