Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 728c56c6a22124867e64dbb51452f710 > files > 2

perl-AnyEvent-HTTP-2.210.0-4.mga5.src.rpm

%define upstream_name    AnyEvent-HTTP
%define upstream_version 2.21
%global __requires_exclude perl\\(Exporter::\\)
%{?perl_default_filter}

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

Summary:    Simple but non-blocking HTTP/HTTPS client
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/AnyEvent/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(AnyEvent) >= 5.330.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(common::sense) >= 3.300.0
BuildArch:  noarch

%description
This module is an AnyEvent user, you need to make sure that you
use and run a supported event loop.

This module implements a simple, stateless and non-blocking HTTP client. It
supports GET, POST and other request methods, cookies and more, all on a
very low level. It can follow redirects, supports proxies and automatically
limits the number of connections to the values specified in the RFC.

It should generally be a "good client" that is enough for most HTTP tasks.
Simple tasks should be simple, but complex tasks should still be possible
as the user retains control over request and response headers.

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

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

%{make}

%check
%{make} test

%install
%makeinstall_std

%files
%doc COPYING Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 2.210.0-4.mga5
+ Revision: 743350
- Second Mageia 5 Mass Rebuild

* Tue Sep 30 2014 tv <tv> 2.210.0-3.mga5
+ Revision: 731819
- use %%perl_default_filter

* Tue Sep 16 2014 umeabot <umeabot> 2.210.0-2.mga5
+ Revision: 683478
- Mageia 5 Mass Rebuild

  + tv <tv>
    - use %%global for req/prov exclude
    - autoconvert to new prov/req excludes

* Tue Jun 10 2014 sander85 <sander85> 2.210.0-1.mga5
+ Revision: 635463
- update to 2.21

* Fri Oct 18 2013 umeabot <umeabot> 2.150.0-3.mga4
+ Revision: 509144
- Mageia 4 Mass Rebuild

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

* Tue Jan 08 2013 jquelin <jquelin> 2.150.0-1.mga3
+ Revision: 341906
- update to 2.15

* Tue Jun 05 2012 jquelin <jquelin> 2.140.0-1.mga3
+ Revision: 254565
- update to 2.14

  + kharec <kharec>
    - update to 2.13

* Wed Jun 15 2011 jquelin <jquelin> 2.120.0-1.mga2
+ Revision: 107782
- update to 2.12

* Fri Feb 25 2011 jquelin <jquelin> 2.100.0-1.mga2
+ Revision: 59597
- update to 2.1

* Tue Feb 22 2011 jquelin <jquelin> 2.40.0-1.mga1
+ Revision: 56500
- update to 2.04

* Fri Feb 18 2011 jquelin <jquelin> 2.30.0-1.mga1
+ Revision: 53708
- update to 2.03

* Sun Jan 23 2011 jquelin <jquelin> 2.0.0-1.mga1
+ Revision: 33575
- mageia rebuild
- imported package perl-AnyEvent-HTTP


* Wed Jan 05 2011 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.0-1mdv2011.0
+ Revision: 628754
- update to new version 2.0

* Fri Dec 31 2010 Guillaume Rousse <guillomovitch@mandriva.org> 1.500.0-1mdv2011.0
+ Revision: 626816
- update to new version 1.5

* Sat Dec 25 2010 Shlomi Fish <shlomif@mandriva.org> 1.460.0-1mdv2011.0
+ Revision: 624763
- import perl-AnyEvent-HTTP