Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d60a2fcd228373788281b2a2668fb213 > files > 2

perl-Catalyst-Plugin-Cache-FastMmap-0.900.0-1.mga1.src.rpm

%define upstream_name    Catalyst-Plugin-Cache-FastMmap
%define upstream_version 0.9

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Mmap cache for Catalyst applications
License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%upstream_name/
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Cache::FastMmap)
BuildRequires: perl(Catalyst::Runtime) >= 5.700.600
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.420.0
BuildRequires: perl(MRO::Compat)
BuildArch:  noarch

%description
This package is part of the Catalyst Cache family. It allows
integration of Cache::FastMmap and Catalyst.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL installdirs=vendor --skipdeps
%make

%check
%make test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes META.yml README
%perl_vendorlib/Catalyst
%_mandir/*/*

%changelog
* Thu Mar 24 2011 jquelin <jquelin> 0.900.0-1.mga1
+ Revision: 76848
- update to 0.9

* Wed Jan 26 2011 jquelin <jquelin> 0.800.0-1.mga1
+ Revision: 40262
- mageia rebuild
- imported package perl-Catalyst-Plugin-Cache-FastMmap