rpms/perl-HTTP-Cache-Transparent/F-8 perl-HTTP-Cache-Transparent.spec, NONE, 1.1 sources, 1.1, 1.2

Chauvet kwizart at fedoraproject.org
Wed May 14 01:44:03 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/perl-HTTP-Cache-Transparent/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13703

Modified Files:
	sources 
Added Files:
	perl-HTTP-Cache-Transparent.spec 
Log Message:
Initial import for F-8



--- NEW FILE perl-HTTP-Cache-Transparent.spec ---
Name:           perl-HTTP-Cache-Transparent
Version:        1.0
Release:        2%{?dist}
Summary:        Cache the result of http get-requests persistently

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/HTTP-Cache-Transparent/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
BuildRequires:  perl(Test::Pod) >= 1.00
BuildRequires:  perl(LWP::UserAgent)

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%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 HTTP-Cache-Transparent-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 {} ';'



%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README Changes
%{perl_vendorlib}/HTTP/
%{_mandir}/man3/*.3*


%changelog
* Mon May 12 2008 kwizart < kwizart at gmail.com > - 1.0-2
- Fix directory ownership
- Fix License

* Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.0-1
- Initial package for Fedora



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Cache-Transparent/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 May 2008 17:12:55 -0000	1.1
+++ sources	14 May 2008 01:42:26 -0000	1.2
@@ -0,0 +1 @@
+e198345ce8eee2562c807e84d65e3b4f  HTTP-Cache-Transparent-1.0.tar.gz




More information about the Fedora-perl-devel-list mailing list