8
0

Accepting request 327571 from home:hsk17:branches:devel:languages:perl

make it build with perl-5.22

OBS-URL: https://build.opensuse.org/request/show/327571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FillInForm?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2015-08-27 14:22:00 +00:00
committed by Git OBS Bridge
parent e91b209625
commit 65cc272940
3 changed files with 28 additions and 0 deletions

View File

@@ -27,12 +27,15 @@ Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-FillInForm/
Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: rt-100926.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CGI)
BuildRequires: perl(HTML::Parser) >= 3.26
BuildRequires: perl(HTML::TokeParser) >= 3.26
Requires: perl(CGI)
Requires: perl(HTML::Parser) >= 3.26
Requires: perl(HTML::TokeParser) >= 3.26
%{perl_requires}