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 - 0.31-2 +- Package license + * Mon Oct 29 2012 Petr Pisar - 0.31-1 - 0.31 bump - Modernize spec file