Name: perl-Cache-FastMmap Version: 1.36 Release: 1%{?dist} Summary: Uses an mmap'ed file to act as a shared memory interprocess cache License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Cache-FastMmap/ Source0: http://www.cpan.org/authors/id/R/RO/ROBM/Cache-FastMmap-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(GTop) BuildRequires: perl(Compress::Zlib) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared between processes. Many solutions already exist, and may suit your situation better. %prep %setup -q -n Cache-FastMmap-%{version} # rt #39342 - fails leak test # remove failing test rm t/6.t %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" 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 -type f -name '*.bs' -size 0 -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 README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Cache* %{_mandir}/man3/* %changelog * Sat Oct 02 2010 Iain Arnell 1.36-1 - update to latest upstream - re-enable leak test * Thu Apr 29 2010 Marcela Maslanova - 1.35-2 - Mass rebuild with perl-5.12.0 * Sat Feb 20 2010 Iain Arnell 1.35-1 - update to latest upstream version * Fri Feb 12 2010 Iain Arnell 1.34-5 - use perl_default_filter * Tue Dec 08 2009 Iain Arnell 1.34-4 - drop failing leak test (rt #39342) * Mon Dec 7 2009 Stepan Kasal - 1.34-3 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 1.34-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun Jun 21 2009 Iain Arnell 1.34-1 - update to latest upstream version * Thu May 14 2009 Iain Arnell 1.30-1 - update to latest upstream version * Thu Feb 26 2009 Fedora Release Engineering - 1.28-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Sep 15 2008 Iain Arnell 1.28-2 - BR perl(GTop) and perl(Compress::Zlib) to enable optional tests * Sun Sep 14 2008 Iain Arnell 1.28-1 - Specfile autogenerated by cpanspec 1.77.