diff --git a/Test-Requires-0.10.tar.gz b/Test-Requires-0.10.tar.gz deleted file mode 100644 index 635ccc6..0000000 --- a/Test-Requires-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2768a391d50ab94b95cefe540b9232d7046c13ee86d01859e04c044903222eb5 -size 10788 diff --git a/Test-Requires-0.11.tar.gz b/Test-Requires-0.11.tar.gz new file mode 100644 index 0000000..46e0032 --- /dev/null +++ b/Test-Requires-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b88de549597eecddf7c3c38a4d0204a16f59ad804577b671896ac04e24e040f +size 10902 diff --git a/perl-Test-Requires.changes b/perl-Test-Requires.changes index 096ccab..43b9cc8 100644 --- a/perl-Test-Requires.changes +++ b/perl-Test-Requires.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 14 03:11:26 UTC 2020 - Tina Müller + +updated to 0.11 + see /usr/share/doc/packages/perl-Test-Requires/Changes + + 0.11 2020-05-14T00:34:23Z + + - Re-packaging + + ------------------------------------------------------------------- Wed Jul 22 09:23:49 UTC 2015 - coolo@suse.com diff --git a/perl-Test-Requires.spec b/perl-Test-Requires.spec index 403f3a7..334700d 100644 --- a/perl-Test-Requires.spec +++ b/perl-Test-Requires.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Requires # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # 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-Test-Requires -Version: 0.10 +Version: 0.11 Release: 0 %define cpan_name Test-Requires Summary: Checks to see if the module can be loaded -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/Test-Requires/ -Source0: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,11 +48,11 @@ Test::Requires can also be used to require a minimum version of Perl: %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 @@ -61,6 +61,7 @@ Test::Requires can also be used to require a minimum version of Perl: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE minil.toml README.md +%doc Changes minil.toml README.md +%license LICENSE %changelog