forked from pool/perl-Text-Template
Accepting request 665603 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/665603 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Template?expand=0&rev=37
This commit is contained in:
committed by
Git OBS Bridge
parent
36c1057c0c
commit
8c25ab9fd4
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae221cbba2b27967a12bda3f531547e897eb38ae0a92c084607fd5a6a8085bc4
|
||||
size 48863
|
||||
3
Text-Template-1.54.tar.gz
Normal file
3
Text-Template-1.54.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b064933409eda18ca09db5c433f748b5e0ff7866817b7fc5a8bb134d593a668
|
||||
size 48727
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 06:34:27 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.54
|
||||
see /usr/share/doc/packages/perl-Text-Template/Changes
|
||||
|
||||
1.54 2019-01-13
|
||||
- Fix tempfile creation during tests on Win32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 06:05:35 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-Template
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Text-Template
|
||||
Version: 1.53
|
||||
Version: 1.54
|
||||
Release: 0
|
||||
%define cpan_name Text-Template
|
||||
Summary: Expand template text with embedded Perl
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Text-Template/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@@ -52,11 +52,11 @@ separation.
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
||||
Reference in New Issue
Block a user