rpms/perl-Catalyst-Plugin-Authorization-Roles/devel perl-Catalyst-Plugin-Authorization-Roles.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sun Dec 21 08:19:19 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12198/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Plugin-Authorization-Roles.spec 
Log Message:
initial import


--- NEW FILE perl-Catalyst-Plugin-Authorization-Roles.spec ---
Name:           perl-Catalyst-Plugin-Authorization-Roles
Version:        0.07
Release:        1%{?dist}
Summary:        Role based authorization for Catalyst based on Catalyst::Plugin::Authentication
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/
Source0:        http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-Authorization-Roles-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.8.0
BuildRequires:  perl(Catalyst::Plugin::Authentication) >= 0.10003
BuildRequires:  perl(Catalyst::Runtime) >= 5.7
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Set::Object) >= 1.14
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(UNIVERSAL::isa) >= 0.05
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(Catalyst::Plugin::Authentication) >= 0.10003
Requires:       perl(Catalyst::Runtime) >= 5.7
Requires:       perl(Set::Object) >= 1.14
Requires:       perl(UNIVERSAL::isa) >= 0.05
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Role based access control is very simple: every user has a list of roles,
which that user is allowed to assume, and every restricted part of the app
makes an assertion about the necessary roles.

%prep
%setup -q -n Catalyst-Plugin-Authorization-Roles-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
TEST_POD=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Dec 19 2008 Iain Arnell 0.07-1
- Specfile autogenerated by cpanspec 1.77.
- BR Test::Pod and Test::Pod::Coverage


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Dec 2008 04:20:27 -0000	1.1
+++ .cvsignore	21 Dec 2008 08:18:47 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Plugin-Authorization-Roles-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Dec 2008 04:20:27 -0000	1.1
+++ sources	21 Dec 2008 08:18:47 -0000	1.2
@@ -0,0 +1 @@
+afef214de7c8084c59fad8a07a640059  Catalyst-Plugin-Authorization-Roles-0.07.tar.gz




More information about the Fedora-perl-devel-list mailing list