diff --git a/perl-Text-SimpleTable.changes b/perl-Text-SimpleTable.changes index 1c13ab8..b8f24c3 100644 --- a/perl-Text-SimpleTable.changes +++ b/perl-Text-SimpleTable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 11:19:48 UTC 2021 - Frank Schreiner + +- re-run cpanspec + ------------------------------------------------------------------- Tue Jul 24 06:02:38 UTC 2018 - coolo@suse.com diff --git a/perl-Text-SimpleTable.spec b/perl-Text-SimpleTable.spec index 6eadb02..a09848a 100644 --- a/perl-Text-SimpleTable.spec +++ b/perl-Text-SimpleTable.spec @@ -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