[perl-Data-Flow] Package authors' license agreement

Petr Pisar ppisar at fedoraproject.org
Wed Mar 4 09:58:00 UTC 2015


commit 4d89d180c2fdc56d926b6017cb99eecae6c7d4ad
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 4 10:55:03 2015 +0100

    Package authors' license agreement

 perl-Data-Flow.spec | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/perl-Data-Flow.spec b/perl-Data-Flow.spec
index f3aa2fd..4ad6415 100644
--- a/perl-Data-Flow.spec
+++ b/perl-Data-Flow.spec
@@ -1,6 +1,6 @@
 Name:           perl-Data-Flow
 Version:        1.02
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Perl extension for simple-minded recipe-controlled build of data
 # Author declared license there:
 # <https://rt.cpan.org/Public/Bug/Display.html?id=18068#txn-175743>
@@ -8,6 +8,8 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Flow/
 Source0:        http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/Data-Flow-%{version}.tar.gz
+Source1:        license_agreement-Radoslav_Nedyalkov.mbox
+Source2:        license_agreement-Terrence_Brannon.mbox
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -23,6 +25,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %prep
 %setup -q -n Data-Flow-%{version}
+install -m 0644 -t . %SOURCE1 %SOURCE2
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -37,11 +40,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
+%license license_*
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 04 2015 Petr Pisar <ppisar at redhat.com> - 1.02-10
+- Package authors' license agreement
+
 * Wed Jan 14 2015 Petr Pisar <ppisar at redhat.com> - 1.02-9
 - Specify all dependencies
 


More information about the scm-commits mailing list