8
0

Accepting request 511733 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/511733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=39
This commit is contained in:
Stephan Kulow
2017-07-24 06:02:47 +00:00
committed by Git OBS Bridge
parent c6894c639b
commit 49238f5e4d
4 changed files with 23 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-FormHandler
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,22 @@
Name: perl-HTML-FormHandler
Version: 0.40067
Version: 0.40068
Release: 0
%define cpan_name HTML-FormHandler
Summary: HTML forms using Moose
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-FormHandler/
Source0: http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Load) >= 0.06
BuildRequires: perl(Crypt::Blowfish)
BuildRequires: perl(Crypt::CBC)
BuildRequires: perl(Data::Clone)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Strptime)
@@ -58,6 +60,8 @@ BuildRequires: perl(Try::Tiny)
BuildRequires: perl(aliased)
BuildRequires: perl(namespace::autoclean) >= 0.09
Requires: perl(Class::Load) >= 0.06
Requires: perl(Crypt::Blowfish)
Requires: perl(Crypt::CBC)
Requires: perl(Data::Clone)
Requires: perl(DateTime)
Requires: perl(DateTime::Format::Strptime)
@@ -147,6 +151,7 @@ HTML::FormHandler::Manual.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README README.md TODO util
%doc Changes README README.md TODO util
%license LICENSE
%changelog