Accepting request 655832 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/655832 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-Table?expand=0&rev=4
This commit is contained in:
commit
4e641fc722
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4db6118fbf862bd32a8402e1ee28ce2044d0e0887ef29b726e917ab4258a063a
|
||||
size 24565
|
3
Term-Table-0.013.tar.gz
Normal file
3
Term-Table-0.013.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffeb36dcb25c575b9f63657d1591a14af22cd10ba23cc76de9d976b426f4fc40
|
||||
size 26100
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 16:24:00 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.013
|
||||
see /usr/share/doc/packages/perl-Term-Table/Changes
|
||||
|
||||
0.013 2018-12-04 11:38:36-08:00 America/Los_Angeles
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 05:57:09 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Term-Table
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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-Term-Table
|
||||
Version: 0.012
|
||||
Version: 0.013
|
||||
Release: 0
|
||||
%define cpan_name Term-Table
|
||||
Summary: Format a header and rows into a table
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Term-Table/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@ -46,11 +46,11 @@ gone wrong. This module is able to generic format rows of data into tables.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user