Notification time stamped 2019-11-19 10:04:21 UTC

From 0c30bce5871383a92d5a32187131cb67e955dd2b Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <[email protected]>
Date: Nov 03 2016 13:09:09 +0000
Subject: Initial import.


---

diff --git a/.gitignore b/.gitignore
index e69de29..2b9dbcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/HTTP-Entity-Parser-0.18.tar.gz
diff --git a/perl-HTTP-Entity-Parser.spec b/perl-HTTP-Entity-Parser.spec
new file mode 100644
index 0000000..d541e63
--- /dev/null
+++ b/perl-HTTP-Entity-Parser.spec
@@ -0,0 +1,73 @@
+Name:           perl-HTTP-Entity-Parser
+Version:        0.18
+Release:        2%{?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 >= 0:5.008005
+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
+* Thu Nov 03 2016 Ralf Corsépius <[email protected]> - 0.18-2
+- Reflect feedback from review.
+
+* Fri Oct 07 2016 Ralf Corsépius <[email protected]> - 0.18-1
+- Initial Fedora package.
diff --git a/sources b/sources
index e69de29..dfe4a49 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a35dc63952039aec472ef71ba4c3d7ad  HTTP-Entity-Parser-0.18.tar.gz


        
https://src.fedoraproject.org/rpms/perl-HTTP-Entity-Parser/c/0c30bce5871383a92d5a32187131cb67e955dd2b?branch=epel8
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to