8
0

Accepting request 746783 from home:tinita:branches:devel:languages:perl

- Add manual license GPL-1.0-or-later to cpanspec.yml (see COPYING file in
   the source)

OBS-URL: https://build.opensuse.org/request/show/746783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=30
This commit is contained in:
2019-11-11 09:05:28 +00:00
committed by Git OBS Bridge
parent 21a0a9b3d7
commit 564c14f068
3 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 9 10:53:22 UTC 2019 - <tina.mueller@suse.com>
- 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 <tina.mueller@suse.com>

View File

@@ -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}"