Notification time stamped 2019-11-19 10:04:21 UTC From 2500edb24653261a9ec4bd47746869289f83d57a Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Nov 13 2019 10:17:50 +0000 Subject: Merge remote-tracking branch 'origin/f28' into epel8
--- diff --git a/.gitignore b/.gitignore index e69de29..f380dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/HTTP-Entity-Parser-0.21.tar.gz diff --git a/perl-HTTP-Entity-Parser.spec b/perl-HTTP-Entity-Parser.spec new file mode 100644 index 0000000..8d969a3 --- /dev/null +++ b/perl-HTTP-Entity-Parser.spec @@ -0,0 +1,94 @@ +Name: perl-HTTP-Entity-Parser +Version: 0.21 +Release: 1%{?dist} +Summary: PSGI compliant HTTP Entity Parser +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/HTTP-Entity-Parser/ +Source0: http://www.cpan.org/authors/id/K/KA/KAZEBURO/HTTP-Entity-Parser-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: %{__perl} + +BuildRequires: perl-interpreter >= 0:5.008001 +BuildRequires: perl-generators + +BuildRequires: perl(Carp) +BuildRequires: perl(Cwd) +BuildRequires: perl(Encode) +BuildRequires: perl(Exporter) +BuildRequires: perl(Fcntl) +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(File::Temp) +BuildRequires: perl(Hash::MultiValue) +BuildRequires: perl(HTTP::Headers) +BuildRequires: perl(HTTP::Message) >= 6 +BuildRequires: perl(HTTP::MultiPartParser) +BuildRequires: perl(IO::File) +BuildRequires: perl(JSON::MaybeXS) >= 1.003007 +BuildRequires: perl(Module::Build::Tiny) >= 0.035 +BuildRequires: perl(Module::Load) +BuildRequires: perl(Stream::Buffered) +BuildRequires: perl(Test::More) >= 0.98 +BuildRequires: perl(WWW::Form::UrlEncoded) >= 0.23 + +BuildRequires: perl(base) +BuildRequires: perl(strict) +BuildRequires: perl(utf8) +BuildRequires: perl(warnings) + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +HTTP::Entity::Parser is a PSGI-compliant HTTP Entity parser. This module +also is compatible with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser +reads HTTP entities from PSGI's environment $env->{'psgi.input'} and parses +it. This module supports application/x-www-form-urlencoded, multipart/form- +data and application/json. + +%prep +%setup -q -n HTTP-Entity-Parser-%{version} + +%build +%{__perl} Build.PL --installdirs=vendor +./Build + +%install +./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0 + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%files +%doc Changes README.md eg/ +%license LICENSE +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Sun Mar 04 2018 Ralf Corsépius <corse...@fedoraproject.org> - 0.21-1 +- Update to 0.21. + +* Thu Feb 08 2018 Fedora Release Engineering <rel...@fedoraproject.org> - 0.20-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 0.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jul 23 2017 Ralf Corsépius <corse...@fedoraproject.org> - 0.20-1 +- Update to 0.20. + +* Tue Jun 06 2017 Jitka Plesnikova <jples...@redhat.com> - 0.19-2 +- Perl 5.26 rebuild + +* Thu Feb 09 2017 Ralf Corsépius <corse...@fedoraproject.org> - 0.19-1 +- Upstream update. + +* Thu Nov 03 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.18-2 +- Reflect feedback from review. + +* Fri Oct 07 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.18-1 +- Initial Fedora package. diff --git a/sources b/sources index e69de29..1104c2f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (HTTP-Entity-Parser-0.21.tar.gz) = 3852741017748205d9e030a6a42d5a949e3497c5e119713d81c9bf6ee42f9a0a822e65f4be9b8785840b6e81841c7715d34aabcb9b8d950611ce528f702fffd1 https://src.fedoraproject.org/rpms/perl-HTTP-Entity-Parser/c/2500edb24653261a9ec4bd47746869289f83d57a?branch=epel8 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org