diff --git a/Software-License-0.103014.tar.gz b/Software-License-0.103014.tar.gz deleted file mode 100644 index 71db35f..0000000 --- a/Software-License-0.103014.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb45ea602d75006683789fbba57a01c0a1f7037371de95ea54b91577535d1789 -size 121711 diff --git a/Software-License-0.104001.tar.gz b/Software-License-0.104001.tar.gz new file mode 100644 index 0000000..bbe850b --- /dev/null +++ b/Software-License-0.104001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51386fdee57de4d38187ad3ffd7c5482431123bbf883f7abc28e0929fb46c387 +size 131973 diff --git a/perl-Software-License.changes b/perl-Software-License.changes index bca3960..de1a002 100644 --- a/perl-Software-License.changes +++ b/perl-Software-License.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Aug 3 03:09:02 UTC 2021 - Tina Müller + +- updated to 0.104001 + see /usr/share/doc/packages/perl-Software-License/Changes + + 0.104001 2021-08-02 09:33:25-04:00 America/New_York + - add "program" and "Program" arguments; this allows text generation + like "CoolClient is license..." instead of "This software is..." + (thanks, Van de Bugger) + + 0.104000 2021-06-25 21:56:24-04:00 America/New_York (TRIAL RELEASE) + - documentation tweaks about non-core licenses and the use of + guess_license_from_pod + + 0.103015 2021-06-25 21:54:19-04:00 America/New_York (TRIAL RELEASE) + - update the text of Artistic License 1.0 to match upstream source + - when using Apache 2.0, replace year and copyright holder + - improve guessing at CC0 + - update author contact info + ------------------------------------------------------------------- Thu Dec 6 16:17:00 UTC 2018 - Stephan Kulow diff --git a/perl-Software-License.spec b/perl-Software-License.spec index 7995128..643191d 100644 --- a/perl-Software-License.spec +++ b/perl-Software-License.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Software-License # -# Copyright (c) 2019 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 @@ -16,21 +16,20 @@ # -Name: perl-Software-License -Version: 0.103014 -Release: 0 %define cpan_name Software-License -Summary: Packages That Provide Templated Software Licenses +Name: perl-Software-License +Version: 0.104001 +Release: 0 +Summary: Packages that provide templated software licenses License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Data::Section) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Module::Load) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Text::Template) @@ -46,11 +45,11 @@ Requires: perl(parent) packages that provide templated software licenses %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -61,7 +60,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE