Name: perl-HTTP-Tiny Version: 0.036 Release: 1%{?dist} Summary: Small, simple, correct HTTP/1.1 client License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-Tiny/ Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.006 BuildRequires: perl(Carp) BuildRequires: perl(Data::Dumper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(HTTP::CookieJar) >= 0.001 BuildRequires: perl(IO::Socket::SSL) >= 1.42 BuildRequires: perl(IPC::Cmd) BuildRequires: perl(List::Util) BuildRequires: perl(Mozilla::CA) >= 20120823 BuildRequires: perl(Net::SSLeay) >= 1.49 BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Carp) Requires: perl(HTTP::CookieJar) >= 0.001 Requires: perl(IO::Socket::SSL) >= 1.42 Requires: perl(Mozilla::CA) >= 20120823 Requires: perl(Net::SSLeay) >= 1.49 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a very simple HTTP/1.1 client, designed for doing simple GET requests without the overhead of a large framework like LWP::UserAgent. %prep %setup -q -n HTTP-Tiny-%{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 {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes CONTRIBUTING cpanfile dist.ini LICENSE META.json perlcritic.rc README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Sep 29 2013 Dave Cross 0.036-1 - Specfile autogenerated by cpanspec 1.78.