diff --git a/cpanspec.yml b/cpanspec.yml index 76d388d..29233d3 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -20,7 +20,7 @@ preamble: |- # rm unused.files #post_install: |- # sed on %{name}.files -#license: SUSE-NonFree +license: GPL-1.0-or-later #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Convert-UUlib.changes b/perl-Convert-UUlib.changes index 17d2f71..ef41c96 100644 --- a/perl-Convert-UUlib.changes +++ b/perl-Convert-UUlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 9 10:53:22 UTC 2019 - + +- Add manual license GPL-1.0-or-later to cpanspec.yml (see COPYING file in + the source) + ------------------------------------------------------------------- Fri Oct 25 10:46:24 UTC 2019 - Tina Mueller diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec index 511344f..2286d94 100644 --- a/perl-Convert-UUlib.spec +++ b/perl-Convert-UUlib.spec @@ -19,9 +19,10 @@ Name: perl-Convert-UUlib Version: 1.6 Release: 0 +#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later) %define cpan_name Convert-UUlib Summary: Perl interface to the uulib library (a.k.a. uudeview/uuenview) -License: CHECK(Artistic-1.0 OR GPL-1.0-or-later) +License: GPL-1.0-or-later Group: Development/Libraries/Perl Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz @@ -43,7 +44,7 @@ this document and especially the non-trivial decoder program at the end. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"