Package perl-HTTP-Request-Params: Specfile

%define _unpackaged_files_terminate_build 1
%define dist HTTP-Request-Params
Name: perl-%dist
Version: 1.02
Release: alt1

Summary: Retrieve GET/POST Parameters from HTTP Requests
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/K/KI/KIZ/HTTP-Request-Params-%{version}.tar.gz
BuildArch: noarch

# Automatically added by buildreq on Tue Oct 04 2011
BuildRequires: perl-CGI perl-Class-Accessor perl-Email-MIME perl-HTTP-Message perl-devel

%description
This software does all the dirty work of parsing HTTP Requests to find
incoming query parameters.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/HTTP

%changelog
* Sun Oct 11 2015 Igor Vlasenko <viy@altlinux.ru> 1.02-alt1
- automated CPAN update

* Fri Oct 04 2013 Igor Vlasenko <viy@altlinux.ru> 1.01-alt3
- fixed build

* Tue Oct 04 2011 Alexey Tourbin <at@altlinux.ru> 1.01-alt2
- rebuilt

* Mon Jul 17 2006 Alexey Tourbin <at@altlinux.ru> 1.01-alt1
- initial revision