[perl-Spiffy] Package license

Petr Pisar ppisar at fedoraproject.org
Mon Oct 29 13:17:46 UTC 2012


commit d8280d56e1c60a19d0f9135ef22037e732298fb6
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 29 14:16:56 2012 +0100

    Package license

 perl-Spiffy.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec
index 58dc2d1..c025f5f 100644
--- a/perl-Spiffy.spec
+++ b/perl-Spiffy.spec
@@ -1,6 +1,6 @@
 Name:           perl-Spiffy
 Version:        0.31
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Framework for doing object oriented (OO) programming in Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -20,7 +20,6 @@ BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(YAML)
 # Tests:
 BuildRequires:  perl(base)
-BuildRequires:  perl(Cwd)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -55,11 +54,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes README
+%doc Changes LICENSE README
 %{perl_vendorlib}/Spiffy*
 %{_mandir}/man3/Spiffy.3pm*
 
 %changelog
+* Mon Oct 29 2012 Petr Pisar <ppisar at redhat.com> - 0.31-2
+- Package license
+
 * Mon Oct 29 2012 Petr Pisar <ppisar at redhat.com> - 0.31-1
 - 0.31 bump
 - Modernize spec file


More information about the scm-commits mailing list