rpms/perl-Catalyst-Plugin-Session-Store-File/F-10 perl-Catalyst-Plugin-Session-Store-File.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Tue Dec 2 05:00:53 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25397/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Plugin-Session-Store-File.spec 
Log Message:
initial import


--- NEW FILE perl-Catalyst-Plugin-Session-Store-File.spec ---
Name:           perl-Catalyst-Plugin-Session-Store-File
Version:        0.13
Release:        1%{?dist}
Summary:        File storage backend for session data
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-File/
Source0:        http://www.cpan.org/authors/id/K/KA/KARMAN/Catalyst-Plugin-Session-Store-File-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.8.0
BuildRequires:  perl(Cache::Cache) >= 1.02
BuildRequires:  perl(Catalyst::Plugin::Session)
BuildRequires:  perl(Catalyst::Runtime) >= 5.7000
BuildRequires:  perl(Class::Data::Inheritable) >= 0.04
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(Cache::Cache) >= 1.02
Requires:       perl(Catalyst::Plugin::Session)
Requires:       perl(Catalyst::Runtime) >= 5.7000
Requires:       perl(Class::Data::Inheritable) >= 0.04
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for
Catalyst that uses an simple file to act as a shared memory interprocess
cache. It is based on Cache::FileCache.

%prep
%setup -q -n Catalyst-Plugin-Session-Store-File-%{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
* Thu Nov 27 2008 Iain Arnell <iarnell at gmail.com> 0.13-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Dec 2008 21:50:03 -0000	1.1
+++ .cvsignore	2 Dec 2008 05:00:22 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Plugin-Session-Store-File-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Dec 2008 21:50:03 -0000	1.1
+++ sources	2 Dec 2008 05:00:22 -0000	1.2
@@ -0,0 +1 @@
+f1d2d3ed5ef2f800df5e7518a57ea1e1  Catalyst-Plugin-Session-Store-File-0.13.tar.gz




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