forked from pool/perl-HTML-Template
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:
committed by
Git OBS Bridge
parent
1e66c04182
commit
2bbf2fb02d
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78100adaea7a56ae65826220fcb0c18a188df25a27227f96175cf7169fbb501d
|
|
||||||
size 91083
|
|
3
HTML-Template-2.97.tar.gz
Normal file
3
HTML-Template-2.97.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6547af61f3aa85793f8616190938d677d7995fb3b720c16258040bc935e2129f
|
||||||
|
size 88236
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#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_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 19 05:48:47 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.97
|
||||||
|
see /usr/share/doc/packages/perl-HTML-Template/Changes
|
||||||
|
|
||||||
|
2.97 Thu May 18 2017
|
||||||
|
- Change internal module name HTML::Template::DEFAULT to
|
||||||
|
HTML::Template::DEF to avoid conflict with
|
||||||
|
HTML::Template::Default. [Sam Tregar]
|
||||||
|
|
||||||
|
2.96 Thu May 18 2017
|
||||||
|
- Fixed typos in documentation [David Steinbrunner, Steve Kemp]
|
||||||
|
- Added CGI.pm as a dependency, needed now that it's no longer in core.
|
||||||
|
[Martin McGrath, Steve Bertrand]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 27 14:32:29 UTC 2015 - bwiedemann@suse.com
|
Thu Aug 27 14:32:29 UTC 2015 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Template
|
# 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
|
# 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,25 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Template
|
Name: perl-HTML-Template
|
||||||
Version: 2.95
|
Version: 2.97
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTML-Template
|
%define cpan_name HTML-Template
|
||||||
Summary: Perl module to use HTML-like templating language
|
Summary: Perl module to use HTML-like templating language
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/HTML-Template/
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CGI)
|
BuildRequires: perl(CGI)
|
||||||
|
BuildRequires: perl(Test::Pod)
|
||||||
Requires: perl(CGI)
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -69,6 +66,7 @@ section below for more details.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc bench Changes LICENSE README scripts templates
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user