Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8011/F-11 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Cache.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Cache.spec --- Name: perl-Catalyst-Plugin-Cache Version: 0.08 Release: 2%{?dist} Summary: Flexible caching support for Catalyst License: (GPL+ or Artistic) or MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Cache/ Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) BuildRequires: perl(ok) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Class::Accessor::Fast) Requires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later. %prep %setup -q -n Catalyst-Plugin-Cache-%{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 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 03 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.08-2 - add missing requires * Sun May 03 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.08-1 - Specfile autogenerated by cpanspec 1.77. - remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:53:12 -0000 1.1 +++ .cvsignore 4 May 2009 05:34:00 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Cache-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:53:12 -0000 1.1 +++ sources 4 May 2009 05:34:00 -0000 1.2 @@ -0,0 +1 @@ +1bd5edb5df1530fb71c4c3c5ba22916a Catalyst-Plugin-Cache-0.08.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list