Name: perl-HTTP-Request-Form Version: 0.952 Release: 1%{?dist} Summary: Construct HTTP::Request objects for form processing License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-Request-Form/ Source0: http://www.cpan.org/authors/id/G/GB/GBAUER/HTTP-Request-Form-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::TreeBuilder) BuildRequires: perl(HTTP::Request::Common) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(URI::URL) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is an extension of the HTTP::Request suite. It allows easy processing of forms in a user agent by filling out fields, querying fields, selections and buttons and pressing buttons. It uses HTML::TreeBuilder generated parse trees of documents (especially the forms parts extracted with extract_links) and generates it's own internal representation of forms from which it then generates the request objects to process the form application. %prep %setup -q -n HTTP-Request-Form-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install 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 %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jan 26 2014 Michael Scherer 0.952-1 - Specfile autogenerated by cpanspec 1.78 and fixed by hand