Author: kwizart

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

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



--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Cache-Transparent/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 May 2008 17:12:55 -0000      1.1
+++ .cvsignore  14 May 2008 01:13:03 -0000      1.2
@@ -0,0 +1 @@
+HTTP-Cache-Transparent-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Cache-Transparent/devel/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:13:03 -0000      1.2
@@ -0,0 +1 @@
+e198345ce8eee2562c807e84d65e3b4f  HTTP-Cache-Transparent-1.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to