diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec index 86f0c16..52c475e 100644 --- a/perl-Spiffy.spec +++ b/perl-Spiffy.spec @@ -1,14 +1,15 @@ Name: perl-Spiffy Version: 0.30 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Framework for doing object oriented (OO) programming in Perl -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Spiffy/ Source0: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Source99: Spiffy-filter-provides.sh @@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides} %{_mandir}/man3/* %changelog +* Wed Jan 02 2008 Ralf Corsépius 0.30-8 +- Adjust License-tag. +- BR: perl(Test::More) (BZ 419631). + * Wed Apr 18 2007 Steven Pritchard 0.30-7 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker.