8
0

Accepting request 865949 from home:M0ses:tmp

- re-run cpanspec

OBS-URL: https://build.opensuse.org/request/show/865949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-SimpleTable?expand=0&rev=9
This commit is contained in:
2021-01-22 12:52:54 +00:00
committed by Git OBS Bridge
parent c1921d9316
commit 23136e02b8
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 22 11:19:48 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
- re-run cpanspec
-------------------------------------------------------------------
Tue Jul 24 06:02:38 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-SimpleTable
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -23,7 +23,7 @@ Release: 0
Summary: Simple Eyecandy ASCII Tables
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-SimpleTable/
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MR/MRAMBERG/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -42,11 +42,11 @@ Simple eyecandy ASCII 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