Author: iarnell Update of /cvs/pkgs/rpms/perl-Cache-FastMmap/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1837/devel Modified Files: .cvsignore sources Added Files: import.log perl-Cache-FastMmap.spec Log Message: * Mon Sep 15 2008 Iain Arnell <iarnell@xxxxxxxxx> 1.28-2 - BR perl(GTop) and perl(Compress::Zlib) to enable optional tests --- NEW FILE import.log --- perl-Cache-FastMmap-1_28-2_fc9:HEAD:perl-Cache-FastMmap-1.28-2.fc9.src.rpm:1226078707 --- NEW FILE perl-Cache-FastMmap.spec --- Name: perl-Cache-FastMmap Version: 1.28 Release: 2%{?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)) %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} %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 * Mon Sep 15 2008 Iain Arnell <iarnell@xxxxxxxxx> 1.28-2 - BR perl(GTop) and perl(Compress::Zlib) to enable optional tests * Sun Sep 14 2008 Iain Arnell <iarnell@xxxxxxxxx> 1.28-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Nov 2008 02:27:24 -0000 1.1 +++ .cvsignore 7 Nov 2008 17:27:42 -0000 1.2 @@ -0,0 +1 @@ +Cache-FastMmap-1.28.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Nov 2008 02:27:24 -0000 1.1 +++ sources 7 Nov 2008 17:27:42 -0000 1.2 @@ -0,0 +1 @@ +c185facf64a0606f9966b13a14094126 Cache-FastMmap-1.28.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