diff --git a/perl-Data-Dump.spec b/perl-Data-Dump.spec index 7e3681c..a0b8b81 100644 --- a/perl-Data-Dump.spec +++ b/perl-Data-Dump.spec @@ -1,20 +1,19 @@ Name: perl-Data-Dump Version: 1.08 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pretty printing of data structures -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Dump/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - %description This module provides a single function called dump() that takes a list of values as its argument and produces a string as its result. The string @@ -54,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Oct 22 2007 Chris Weyl 1.08-3 +- update license tag: GPL -> GPL+ + * Mon Apr 30 2007 Chris Weyl 1.08-2 - bump