https://bugzilla.redhat.com/show_bug.cgi?id=1858381
Bug ID: 1858381 Summary: Review Request: perl-Web-Machine - Perl port of Webmachine Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: rc040203@freenet.de QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
Spec URL: https://corsepiu.fedorapeople.org/packages/perl-Web-Machine.spec SRPM URL: https://corsepiu.fedorapeople.org/packages/perl-Web-Machine-0.17-1.fc33.src.... Description: Web::Machine provides a RESTful web framework modeled as a state machine. You define one or more resource classes. Each resource represents a single RESTful URI end point, such as a user, an email, etc. The resource class can also be the target for POST requests to create a new user, email, etc.
Fedora Account System Username: corsepiu
Remark: This package is a new requirement of rt >= 5.0.0
https://bugzilla.redhat.com/show_bug.cgi?id=1858381
Ralf Corsepius rc040203@freenet.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends On| |1858360 Doc Type|--- |If docs needed, set a value
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1858360 [Bug 1858360] Review Request: perl-HTTP-Headers-ActionPack - HTTP Action, Adventure and Excitement
https://bugzilla.redhat.com/show_bug.cgi?id=1858381
Ralf Corsepius rc040203@freenet.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1858048
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1858048 [Bug 1858048] rt-5.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1858381
Robert-André Mauchin 🐧 zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@gmail.com
--- Comment #1 from Robert-André Mauchin 🐧 zebob.m@gmail.com --- Hello Ralf
Could you please update your Perl SPEC to follow the latest Perl-SIG standards, see these recent SPECs https://bugzilla.redhat.com/show_bug.cgi?id=1856854 or https://bugzilla.redhat.com/show_bug.cgi?id=1856839
Basically something like this:
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
[…]
%prep %setup -q -n ColorThemeRole-ANSI-%{version}
%build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build}
%install %{make_install} %{_fixperms} $RPM_BUILD_ROOT/*
%check unset AUTHOR_TESTING make test
i.e.using NO_PACKLIST=1 NO_PERLLOCAL=1 to use %{make_install} and unset AUTHOR_TESTING for the tests.
- Add a BR for perl-interpreter: BuildRequires: perl-interpreter
- Do not use %{__perl} but perl directly. Macros starting with __ are reserved for rpm private use.
Product: Fedora Version: rawhide Component: Package Review
Package Review package-review@lists.fedoraproject.org has canceled Package Review package-review@lists.fedoraproject.org's request for Ralf Corsepius rc040203@freenet.de's needinfo: Bug 1858381: Review Request: perl-Web-Machine - Perl port of Webmachine https://bugzilla.redhat.com/show_bug.cgi?id=1858381
--- Comment #3 from Package Review package-review@lists.fedoraproject.org --- This is an automatic action taken by review-stats script.
The ticket submitter failed to clear the NEEDINFO flag in a month. As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews we consider this ticket as DEADREVIEW and proceed to close it.
package-review@lists.fedoraproject.org