Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 3a3ad9fa25e72c91ac6bb37542e47693 > files > 2

perl-LWPx-TimedHTTP-1.800.0-2.mga3.src.rpm

%define upstream_name    LWPx-TimedHTTP
%define upstream_version 1.8

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

Summary:    time the different stages of an HTTP request 
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(HTTP::Daemon)
BuildRequires: perl(LWP::UserAgent) >= 6.0.0
BuildRequires: perl(Module::Build) >= 0.350.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
BuildArch:  noarch

%description
This module performs an HTTP request exactly the same as LWP does
normally except for the fact that it times each stage of the
request and then inserts the results as header. It's useful for
debugging where abouts in a connection slow downs are occuring.

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

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

%check
make test

%install
install -d %{buildroot}%{perl_vendorlib}/LWPx
install -d %{buildroot}%{_mandir}/man3/

install -m0644 blib/lib/LWPx/TimedHTTP.pm %{buildroot}%{perl_vendorlib}/LWPx/
install -m0644 blib/libdoc/LWPx::TimedHTTP.3pm %{buildroot}%{_mandir}/man3/

%files
%doc Changes INSTALL META.json META.yml
%dir %{perl_vendorlib}/LWPx
%{perl_vendorlib}/LWPx/TimedHTTP.pm
%{_mandir}/*/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.800.0-2.mga3
+ Revision: 368922
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Nov 09 2011 jquelin <jquelin> 1.800.0-1.mga2
+ Revision: 165828
- update to 1.8

* Fri Jan 21 2011 jquelin <jquelin> 1.5-5.mga1
+ Revision: 30640
- mageia rebuild
- imported package perl-LWPx-TimedHTTP