forked from pool/perl-HTML-FillInForm
Accepting request 297038 from devel:languages:perl:autoupdate
- updated to 2.21 see /usr/share/doc/packages/perl-HTML-FillInForm/Changes 2.21 - August 14th, 2014 - Declare CGI.pm as a testing dependency (RT #98012, thanks to Martin McGrath) OBS-URL: https://build.opensuse.org/request/show/297038 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FillInForm?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
bdbebd9495
commit
e91b209625
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75e1125e32fb218d5aceddb7f6ffdd49edf16ff438571ab0fd4866a52fc7ec5b
|
|
||||||
size 17309
|
|
3
HTML-FillInForm-2.21.tar.gz
Normal file
3
HTML-FillInForm-2.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3af183cc8327614f1192929f4f0919b6e9725fc19c6f3730ce556a8daea6cf6
|
||||||
|
size 17823
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
license: GPL-1.0+ or Artistic-1.0
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 19:51:24 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.21
|
||||||
|
see /usr/share/doc/packages/perl-HTML-FillInForm/Changes
|
||||||
|
|
||||||
|
2.21 - August 14th, 2014
|
||||||
|
|
||||||
|
- Declare CGI.pm as a testing dependency (RT #98012, thanks to Martin McGrath)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 4 09:11:11 UTC 2013 - coolo@suse.com
|
Fri Oct 4 09:11:11 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-FillInForm
|
# spec file for package perl-HTML-FillInForm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,21 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-FillInForm
|
Name: perl-HTML-FillInForm
|
||||||
Version: 2.20
|
Version: 2.21
|
||||||
Release: 0
|
Release: 0
|
||||||
|
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||||
%define cpan_name HTML-FillInForm
|
%define cpan_name HTML-FillInForm
|
||||||
Summary: Populates HTML Forms with data.
|
Summary: Populates HTML Forms with data
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/HTML-FillInForm/
|
Url: http://search.cpan.org/dist/HTML-FillInForm/
|
||||||
Source: http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(HTML::Parser) >= 3.26
|
BuildRequires: perl(HTML::Parser) >= 3.26
|
||||||
BuildRequires: perl(HTML::TokeParser) >= 3.26
|
BuildRequires: perl(HTML::TokeParser) >= 3.26
|
||||||
#BuildRequires: perl(HTML::FillInForm)
|
|
||||||
Requires: perl(HTML::Parser) >= 3.26
|
Requires: perl(HTML::Parser) >= 3.26
|
||||||
Requires: perl(HTML::TokeParser) >= 3.26
|
Requires: perl(HTML::TokeParser) >= 3.26
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Reference in New Issue
Block a user