8
0

Accepting request 496473 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/496473
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template?expand=0&rev=23
This commit is contained in:
Stephan Kulow
2017-05-23 05:39:55 +00:00
committed by Git OBS Bridge
parent 1e66c04182
commit 2bbf2fb02d
5 changed files with 54 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Template
#
# Copyright (c) 2015 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,25 +17,22 @@
Name: perl-HTML-Template
Version: 2.95
Version: 2.97
Release: 0
%define cpan_name HTML-Template
Summary: Perl module to use HTML-like templating language
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Template/
Source: http://www.cpan.org/authors/id/W/WO/WONKO/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SA/SAMTREGAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CGI)
BuildRequires: perl(Test::Pod)
Requires: perl(CGI)
#BuildRequires: perl(GTop)
#BuildRequires: perl(HTML::Template)
#BuildRequires: perl(IO::Capture)
#BuildRequires: perl(IO::Capture::Tie_STDx)
#BuildRequires: perl(IPC::SharedCache)
%{perl_requires}
%description
@@ -69,6 +66,7 @@ section below for more details.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc bench Changes LICENSE README scripts templates
%doc Changes README
%license LICENSE
%changelog