rpms/perl-WWW-Mechanize-GZip/devel import.log, NONE, 1.1 perl-WWW-Mechanize-GZip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Wed Sep 30 01:49:07 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-WWW-Mechanize-GZip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28092/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-WWW-Mechanize-GZip.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-WWW-Mechanize-GZip-0_12-1_fc11:HEAD:perl-WWW-Mechanize-GZip-0.12-1.fc11.src.rpm:1254275342


--- NEW FILE perl-WWW-Mechanize-GZip.spec ---
Name:       perl-WWW-Mechanize-GZip 
Version:    0.12 
Release:    1%{?dist}
# lib/WWW/Mechanize/GZip.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Fetch compressed webpages
Source:     http://search.cpan.org/CPAN/authors/id/P/PE/PEGI/WWW-Mechanize-GZip-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/WWW-Mechanize-GZip
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(WWW::Mechanize)

Requires:      perl(WWW::Mechanize)
Requires:      perl(Compress::Zlib)

%{?perl_default_filter}

%description
The WWW::Mechanize::GZip module tries to fetch a URL by requesting 
gzip-compression from the webserver.  If the response contains
a header with 'Content-Encoding: gzip', it decompresses the response in
order to get the original (uncompressed) content. This module will help
to reduce bandwith fetching webpages, if supported by the webeserver.
If the webserver does not support gzip-compression, no decompression
will be made.


%prep
%setup -q -n WWW-Mechanize-GZip-%{version}
find . -type f -exec chmod -x -c {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Sat Sep 26 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.12-1
- submission
- update filtering

* Sat Sep 26 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.12-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Sep 2009 20:22:13 -0000	1.1
+++ .cvsignore	30 Sep 2009 01:49:06 -0000	1.2
@@ -0,0 +1 @@
+WWW-Mechanize-GZip-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Sep 2009 20:22:13 -0000	1.1
+++ sources	30 Sep 2009 01:49:07 -0000	1.2
@@ -0,0 +1 @@
+c3475fcff561629dddbd25b9db611e49  WWW-Mechanize-GZip-0.12.tar.gz




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