forked from pool/perl-HTML-FillInForm
Accepting request 923758 from devel:languages:perl:autoupdate
- updated to 2.22 see /usr/share/doc/packages/perl-HTML-FillInForm/Changes Revision history for HTML-FillInForm OBS-URL: https://build.opensuse.org/request/show/923758 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FillInForm?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d3af183cc8327614f1192929f4f0919b6e9725fc19c6f3730ce556a8daea6cf6
|
|
||||||
size 17823
|
|
3
HTML-FillInForm-2.22.tar.gz
Normal file
3
HTML-FillInForm-2.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:10eee5f30e736342c25a24fa68704d7f4535f5a562922bb8d8cb85fb6d42a4d8
|
||||||
|
size 38303
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 26 03:07:06 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.22
|
||||||
|
see /usr/share/doc/packages/perl-HTML-FillInForm/Changes
|
||||||
|
|
||||||
|
Revision history for HTML-FillInForm
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 27 13:19:06 UTC 2015 - hsk@imb-jena.de
|
Thu Aug 27 13:19:06 UTC 2015 - hsk@imb-jena.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-FillInForm
|
# spec file for package perl-HTML-FillInForm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,32 +12,26 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-FillInForm
|
|
||||||
Version: 2.21
|
|
||||||
Release: 0
|
|
||||||
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
|
||||||
%define cpan_name HTML-FillInForm
|
%define cpan_name HTML-FillInForm
|
||||||
|
Name: perl-HTML-FillInForm
|
||||||
|
Version: 2.22
|
||||||
|
Release: 0
|
||||||
|
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
||||||
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-later OR Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Url: http://search.cpan.org/dist/HTML-FillInForm/
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz
|
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: rt-100926.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CGI)
|
BuildRequires: perl(CGI)
|
||||||
BuildRequires: perl(HTML::Parser) >= 3.26
|
BuildRequires: perl(HTML::TokeParser)
|
||||||
BuildRequires: perl(HTML::TokeParser) >= 3.26
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
Requires: perl(CGI)
|
|
||||||
Requires: perl(HTML::Parser) >= 3.26
|
|
||||||
Requires: perl(HTML::TokeParser) >= 3.26
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -54,14 +48,14 @@ easy for the user to see and correct the error.
|
|||||||
in an HTML form.
|
in an HTML form.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -69,7 +63,7 @@ in an HTML form.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes CONTRIBUTORS README README.md
|
||||||
%doc Changes README
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user