%perl_module HTTP-Cache-Transparent 1.0 4 Summary: Cache the result of http get-requests persistently Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/%{pkgname}/ Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl(Test::More), perl(Test::Pod::Coverage) >= 1.00 BuildRequires: perl(LWP::UserAgent) %description HTTP::Cache::Transparent is an implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %dir %{perl_vendorlib}/HTTP %dir %{perl_vendorlib}/HTTP/Cache %{perl_vendorlib}/HTTP/Cache/Transparent.pm %{perl_man3dir}/HTTP::Cache::Transparent.3pm* %changelog * Thu Feb 21 2008 Axel Thimm - Update to 1.0. * Sat Jan 08 2005 18:11:41 autogenerated - by - using MakeRPM: - 0.409 - $Id: makerpm.pl,v 1.30 2004/02/08 17:29:25 mikedlr Exp $