commit 3777aa3f23749ce37c52650909e5fe6d12ee96f1
Author: Marcela Mašláňová <mmasl...@redhat.com>
Date:   Tue Nov 19 12:44:39 2013 +0100

    According to guidelines must be email statement added as new source.

 license.email             |   57 +++++++++++++++++++++++++++++++++++++++++++++
 perl-Text-ParseWords.spec |   16 +++++-------
 2 files changed, 64 insertions(+), 9 deletions(-)
---
diff --git a/license.email b/license.email
new file mode 100644
index 0000000..65d6fad
--- /dev/null
+++ b/license.email
@@ -0,0 +1,57 @@
+Return-Path: rt-cpan-org-ret...@perl.org
+Received: from zmta04.collab.prod.int.phx2.redhat.com (LHLO
+ zmta04.collab.prod.int.phx2.redhat.com) (10.5.81.11) by
+ zmail14.collab.prod.int.phx2.redhat.com with LMTP; Mon, 18 Nov 2013
+ 11:06:10 -0500 (EST)
+Received: from zmta04.collab.prod.int.phx2.redhat.com (localhost [127.0.0.1])
+       by zmta04.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 
9A08BDA0C9
+       for <mmasl...@redhat.com>; Mon, 18 Nov 2013 11:06:10 -0500 (EST)
+Received: from int-mx10.intmail.prod.int.phx2.redhat.com 
(int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23])
+       by zmta04.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 
954E9D1F23
+       for <mmasl...@mail.corp.redhat.com>; Mon, 18 Nov 2013 11:06:10 -0500 
(EST)
+Received: from mx1.redhat.com (ext-mx14.extmail.prod.ext.phx2.redhat.com 
[10.5.110.19])
+       by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP 
id rAIG6A3W024510
+       for <mmasl...@redhat.com>; Mon, 18 Nov 2013 11:06:10 -0500
+Received: from rtcpan.develooper.com (rtcpan.develooper.com [207.171.7.181])
+       by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAIG69Uk032392
+       for <mmasl...@redhat.com>; Mon, 18 Nov 2013 11:06:09 -0500
+Received: by rtcpan.develooper.com (Postfix, from userid 536)
+       id D3030FA; Mon, 18 Nov 2013 08:06:08 -0800 (PST)
+Precedence: normal
+Subject: [rt.cpan.org #90483] missing license file
+From: "Alexandr Ciornii via RT" <bug-text-parsewo...@rt.cpan.org>
+Reply-To: bug-text-parsewo...@rt.cpan.org
+In-Reply-To: <rt-4.0.18-4704-1384789048-1647.90483-...@rt.cpan.org>
+References: <rt-ticket-90...@rt.cpan.org>
+ <rt-4.0.18-4704-1384789048-1647.90483-...@rt.cpan.org>
+Message-ID: <rt-4.0.18-2172-1384790768-1347.90483-...@rt.cpan.org>
+X-RT-Loop-Prevention: rt.cpan.org
+RT-Ticket: rt.cpan.org #90483
+Managed-BY: RT 4.0.18 (http://www.bestpractical.com/rt/)
+RT-Originator: cho...@cpan.org
+To: mmasl...@redhat.com
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset="utf-8"
+X-RT-Original-Encoding: utf-8
+Date: Mon, 18 Nov 2013 11:06:08 -0500
+X-RedHat-Spam-Score: -1.9  (BAYES_00,SPF_PASS,URIBL_BLOCKED)
+X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23
+X-Scanned-By: MIMEDefang 2.68 on 10.5.110.19
+
+<URL: https://rt.cpan.org/Ticket/Display.html?id=90483 >
+
+On Mon Nov 18 10:37:28 2013, mmasl...@redhat.com wrote:
+> It would be a big help if you have better defined license. License
+> text in .pm file would be enough.
+
+Will do in next version.
+
+> I found Perl license in Makefile.PL,
+> so we assumed it's Perl (GPL+ or Artistic). Is it correct?
+
+yes
+
+-- 
+Alexandr Ciornii, http://chorny.net
+
diff --git a/perl-Text-ParseWords.spec b/perl-Text-ParseWords.spec
index 4cb9b4e..8bb33f2 100644
--- a/perl-Text-ParseWords.spec
+++ b/perl-Text-ParseWords.spec
@@ -1,18 +1,12 @@
 Name:           perl-Text-ParseWords
 Version:        3.29
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Parse text into an array of tokens or array of arrays
 License:        GPL+ or Artistic
-#statement of the upstream license 
https://rt.cpan.org/Public/Bug/Display.html?id=90483
-#> It would be a big help if you have better defined license. License text in 
.pm
-#> file would be enough.
-#Will do in next version.
-#> I found Perl license in Makefile.PL, so we assumed it's Perl (GPL+ or 
Artistic).
-#> Is it correct?
-#yes
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-ParseWords/
 Source0:        
http://www.cpan.org/authors/id/C/CH/CHORNY/Text-ParseWords-%{version}.tar.gz
+Source1:        license.email
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -45,6 +39,7 @@ for F in CHANGES README; do
     touch -r "$F" "${F}.unix"
     mv "${F}.unix" "$F"
 done
+cp %{SOURCE1} ./
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -59,11 +54,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc CHANGES README
+%doc CHANGES README license.email
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 19 2013 Marcela Mašláňová <mmasl...@redhat.com> 3.29-5
+- According to guidelines must be email statement added as new source.
+
 * Tue Nov 19 2013 Marcela Mašláňová <mmasl...@redhat.com> 3.29-4
 - Add licence statement from the upstream ticket
 - Resolves: rhbz#1030808
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to