rpms/perl-Cache-FastMmap/F-9 import.log, NONE, 1.1 perl-Cache-FastMmap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sat Nov 8 01:06:37 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Cache-FastMmap/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24976/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Cache-FastMmap.spec 
Log Message:
* Mon Sep 15 2008 Iain Arnell <iarnell at gmail.com> 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:F-9:perl-Cache-FastMmap-1.28-2.fc9.src.rpm:1226106277


--- 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 at gmail.com> 1.28-2
- BR perl(GTop) and perl(Compress::Zlib) to enable optional tests

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/F-9/.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	8 Nov 2008 01:06:06 -0000	1.2
@@ -0,0 +1 @@
+Cache-FastMmap-1.28.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/F-9/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	8 Nov 2008 01:06:06 -0000	1.2
@@ -0,0 +1 @@
+c185facf64a0606f9966b13a14094126  Cache-FastMmap-1.28.tar.gz




More information about the fedora-extras-commits mailing list