Author: iarnell

Update of /cvs/pkgs/rpms/perl-Catalyst-Controller-ActionRole/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv325/F-12

Modified Files:
        .cvsignore sources 
Added Files:
        perl-Catalyst-Controller-ActionRole.spec 
Log Message:
initial import


--- NEW FILE perl-Catalyst-Controller-ActionRole.spec ---
Name:           perl-Catalyst-Controller-ActionRole
Version:        0.14
Release:        1%{?dist}
Summary:        Apply roles to action instances
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Controller-ActionRole/
Source0:        
http://www.cpan.org/authors/id/F/FL/FLORA/Catalyst-Controller-ActionRole-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Catalyst::Runtime) >= 5.71001
BuildRequires:  perl(Class::MOP) >= 0.80
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) >= 0.90
BuildRequires:  perl(MooseX::Types::Moose)
BuildRequires:  perl(namespace::clean)
BuildRequires:  perl(String::RewritePrefix) >= 0.004
Requires:       perl(Catalyst::Runtime) >= 5.71001
Requires:       perl(Class::MOP) >= 0.80
Requires:       perl(Moose) >= 0.90
Requires:       perl(String::RewritePrefix) >= 0.004
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
This module allows to apply roles to the Catalyst::Actions for different
controller methods.

%prep
%setup -q -n Catalyst-Controller-ActionRole-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Jun 30 2010 Iain Arnell <iarn...@gmail.com> 0.14-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Controller-ActionRole/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  1 Jul 2010 04:59:23 -0000       1.1
+++ .cvsignore  1 Jul 2010 14:53:54 -0000       1.2
@@ -0,0 +1 @@
+Catalyst-Controller-ActionRole-0.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Controller-ActionRole/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources     1 Jul 2010 04:59:23 -0000       1.1
+++ sources     1 Jul 2010 14:53:54 -0000       1.2
@@ -0,0 +1 @@
+7fc32dfeba824185a33ba55b93d8d2f9  Catalyst-Controller-ActionRole-0.14.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to