forked from pool/perl-Convert-UUlib
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:
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user