Accepting request 296255 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2015-04-15 09:28:52 +00:00
committed by Git OBS Bridge
parent d43d13c234
commit fa592a9bab
4 changed files with 16 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2f73f6226d93329b45d6f11f5adbbad05d5348f85c0e4f536e05530e288ddc1
size 171152

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67cb77fe9600d1439d144fcdd545b70dc621eb719c7b09c3aea66ea9c01f8a86
size 171562

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 14 17:32:53 UTC 2015 - coolo@suse.com
- updated to 0.9510
see /usr/share/doc/packages/perl-HTML-Template-Pro/Changes
-------------------------------------------------------------------
Wed Jan 11 16:06:38 UTC 2012 - lars@linux-schulserver.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Template-Pro
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -15,28 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-HTML-Template-Pro
Version: 0.9508
Version: 0.9510
Release: 0
%define cpan_name HTML-Template-Pro
Summary: Perl/XS module to use HTML Templates from CGI scripts
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Template-Pro/
Source0: http://www.cpan.org/authors/id/V/VI/VIY/%{cpan_name}-%{version}.tar.gz
Source1: perl-HTML-Template-Pro-rpmlintrc
Source: http://www.cpan.org/authors/id/V/VI/VIY/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path) >= 2
BuildRequires: perl(File::Spec)
BuildRequires: perl(JSON) >= 2
BuildRequires: perl(Test::More)
Requires: perl(File::Path) >= 2
Requires: perl(File::Spec)
Requires: perl(JSON) >= 2
Requires: perl(Test::More)
%{perl_requires}
%description
@@ -79,6 +74,7 @@ manpage.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -92,11 +88,8 @@ manpage.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ARTISTIC benchmark.pl.t builtin_findfile.inc calc.inc callback_stubs.inc Changes cmp_expr.t exprpstr.inc exprtool.inc expr.y FAQ LGPL loadfile.inc loopvar.inc perl-HTML-Template-Pro.spec pparam2proparam proscope.inc prostate.inc pstrutils.inc README README.ru README.win32 tags.inc tagstack.inc test_crlf.out TODO
%doc ARTISTIC benchmark.pl.t builtin_findfile.inc calc.inc callback_stubs.inc Changes cmp_expr.t exprpstr.inc exprtool.inc expr.y FAQ LGPL loadfile.inc loopvar.inc pparam2proparam proscope.inc prostate.inc pstrutils.inc README README.ru README.win32 tags.inc tagstack.inc test_crlf.out TODO
%changelog