rpms/perl-Cache-Mmap/devel perl-Cache-Mmap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Oct 20 00:59:22 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Cache-Mmap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9533/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Cache-Mmap.spec 
Log Message:
auto-import perl-Cache-Mmap-0.09-1 on branch devel from perl-Cache-Mmap-0.09-1.src.rpm


--- NEW FILE perl-Cache-Mmap.spec ---
Name:           perl-Cache-Mmap
Version:        0.09
Release:        1%{?dist}
Summary:        Shared data cache using memory mapped files
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Cache-Mmap/
Source0:        http://www.cpan.org/authors/id/P/PM/PMH/Cache-Mmap-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module implements a shared data cache, using memory mapped files. If
routines are provided which interact with the underlying data, access to
the cache is completely transparent, and the module handles all the details
of refreshing cache contents, and updating underlying data, if necessary.

%prep
%setup -q -n Cache-Mmap-%{version}
chmod a-x cmmtest

%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 cmmtest README Todo
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Cache*
%{_mandir}/man3/*

%changelog
* Tue Oct 17 2006 Steven Pritchard <steve at kspei.com> 0.09-1
- Specfile autogenerated by cpanspec 1.69.1.
- Fix License.
- Drop execute bits on cmmtest (included as documentation).


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Cache-Mmap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Oct 2006 00:57:20 -0000	1.1
+++ .cvsignore	20 Oct 2006 00:58:51 -0000	1.2
@@ -0,0 +1 @@
+Cache-Mmap-0.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Cache-Mmap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Oct 2006 00:57:20 -0000	1.1
+++ sources	20 Oct 2006 00:58:51 -0000	1.2
@@ -0,0 +1 @@
+fef44673771a0f1f14982ae719f57221  Cache-Mmap-0.09.tar.gz




More information about the fedora-extras-commits mailing list