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

Iain Arnell iarnell at fedoraproject.org
Fri Nov 14 17:12:26 UTC 2008


Author: iarnell

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Plugin-Session-Store-FastMmap.spec 
Log Message:
initial import of perl-Catalyst-Plugin-Session-Store-FastMmap - copied from devel


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

%description
Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin
for Catalyst that uses an mmap'ed file to act as a shared memory
interprocess cache. It is based on Cache::FastMmap.

%prep
%setup -q -n Catalyst-Plugin-Session-Store-FastMmap-%{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 13 2008 Iain Arnell <iarnell at gmail.com> 0.05-2
- Enabled optional tests

* Sun Sep 14 2008 Iain Arnell <iarnell at gmail.com> 0.05-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-FastMmap/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Nov 2008 05:35:59 -0000	1.1
+++ .cvsignore	14 Nov 2008 17:11:56 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-FastMmap/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Nov 2008 05:35:59 -0000	1.1
+++ sources	14 Nov 2008 17:11:56 -0000	1.2
@@ -0,0 +1 @@
+a5c28758a3a212fcc0f374110bc7855c  Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz




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