diff --git a/HTML-Template-2.95.tar.gz b/HTML-Template-2.95.tar.gz
deleted file mode 100644
index 8aa20ce..0000000
--- a/HTML-Template-2.95.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:78100adaea7a56ae65826220fcb0c18a188df25a27227f96175cf7169fbb501d
-size 91083
diff --git a/HTML-Template-2.97.tar.gz b/HTML-Template-2.97.tar.gz
new file mode 100644
index 0000000..035e61a
--- /dev/null
+++ b/HTML-Template-2.97.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6547af61f3aa85793f8616190938d677d7995fb3b720c16258040bc935e2129f
+size 88236
diff --git a/cpanspec.yml b/cpanspec.yml
new file mode 100644
index 0000000..76ad4a4
--- /dev/null
+++ b/cpanspec.yml
@@ -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
diff --git a/perl-HTML-Template.changes b/perl-HTML-Template.changes
index b294510..8ca65bf 100644
--- a/perl-HTML-Template.changes
+++ b/perl-HTML-Template.changes
@@ -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
diff --git a/perl-HTML-Template.spec b/perl-HTML-Template.spec
index 8b95294..30c1667 100644
--- a/perl-HTML-Template.spec
+++ b/perl-HTML-Template.spec
@@ -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