From 9e8410d78810b3433b00f27c3e248bdcc1508429315029de97844a3893095b1d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 8 Jun 2014 11:09:39 +0000 Subject: [PATCH] Accepting request 236556 from devel:languages:perl:slic3r add license OBS-URL: https://build.opensuse.org/request/show/236556 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-Libm?expand=0&rev=2 --- Math-Libm-license.txt | 48 +++++++++++++++++++++++++++++++++++++++++++ perl-Math-Libm.spec | 6 ++++-- 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 Math-Libm-license.txt diff --git a/Math-Libm-license.txt b/Math-Libm-license.txt new file mode 100644 index 0000000..ac86f19 --- /dev/null +++ b/Math-Libm-license.txt @@ -0,0 +1,48 @@ + +Delivered-To: miro@hroncok.cz +Received: by 10.66.139.137 with SMTP id qy9csp485197pab; + Sun, 14 Oct 2012 05:54:50 -0700 (PDT) +Received: by 10.182.108.69 with SMTP id hi5mr7619990obb.43.1350219289580; + Sun, 14 Oct 2012 05:54:49 -0700 (PDT) +Return-Path: +Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) + by mx.google.com with ESMTPS id mg8si13725444obb.111.2012.10.14.05.54.48 + (version=TLSv1/SSLv3 cipher=OTHER); + Sun, 14 Oct 2012 05:54:49 -0700 (PDT) +Received-SPF: pass (google.com: domain of lewart3@gmail.com designates 209.85.214.173 as permitted sender) client-ip=209.85.214.173; +Authentication-Results: mx.google.com; spf=pass (google.com: domain of lewart3@gmail.com designates 209.85.214.173 as permitted sender) smtp.mail=lewart3@gmail.com; dkim=pass header.i=@gmail.com +Received: by mail-ob0-f173.google.com with SMTP id wc18so3983144obb.4 + for ; Sun, 14 Oct 2012 05:54:48 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :content-type; + bh=XkCQpO07LbyaDxSU0ELKnWykNrzBZxwycR88alPaegA=; + b=s7GXMQQQqD940wudifGWm+yQqozWwBdEQDchuj55pU3gVjpfF31YGSY5UeVI9Told/ + iiQb9M5tBm95vCEym/Jzai9k5v+xRTh+ebOlqaeKJZ90lZsx4R54gE0MzIGqOu+WkeKi + 1iYMDZpKDktQjUpvvJXGnClNc91XwN+ktyGM8MOHStPX+SCn34Zoo1jAJUNiiD/wBVf1 + 0ol1vqMuJIxeBG+JUd2oMqkLPfJqyg6QBsMlXq9oIj4mZVpjZ/I5ZjeSNHIfVznS3NDv + kiYs1OoX9q19pXKrJslXW6MCser5mfbuX4n+8ROcGl4fA6Ato7hrH7VWS5X3YnRjRitB + 0Rqg== +MIME-Version: 1.0 +Received: by 10.182.207.71 with SMTP id lu7mr7218614obc.78.1350219288140; Sun, + 14 Oct 2012 05:54:48 -0700 (PDT) +Received: by 10.76.143.1 with HTTP; Sun, 14 Oct 2012 05:54:48 -0700 (PDT) +In-Reply-To: +References: + +Date: Sun, 14 Oct 2012 07:54:48 -0500 +Message-ID: +Subject: Re: Fwd: License of Math::Libm +From: Daniel Lewart +To: =?UTF-8?Q?Miro_Hron=C4=8Dok?= +Content-Type: text/plain; charset=ISO-8859-1 + +Miro, + +Perl module Math::Libm is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.6 or, +at your option, any later version of Perl 5 you may have available. + +Peace! +Dan diff --git a/perl-Math-Libm.spec b/perl-Math-Libm.spec index 4074117..62adfd7 100644 --- a/perl-Math-Libm.spec +++ b/perl-Math-Libm.spec @@ -21,10 +21,11 @@ Version: 1.00 Release: 0 %define cpan_name Math-Libm Summary: Perl extension for the C math library, libm -License: CHECK(GPL-1.0+ or Artistic-1.0) +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Math-Libm/ Source: http://www.cpan.org/authors/id/D/DS/DSLEWART/%{cpan_name}-%{version}.tar.gz +Source1: https://raw.githubusercontent.com/hroncok/RPMAdditionalSources/master/Math-Libm-license.txt BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -48,9 +49,10 @@ following selected constants and functions. %perl_make_install %perl_process_packlist %perl_gen_filelist +cp %{S:1} . %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes README Math-Libm-license.txt %changelog