diff --git a/perl-String-Format.spec b/perl-String-Format.spec index 3089826..b5df5a3 100644 --- a/perl-String-Format.spec +++ b/perl-String-Format.spec @@ -1,15 +1,16 @@ Name: perl-String-Format Version: 1.14 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Sprintf-like string formatting capabilities with arbitrary format definitions Group: Development/Libraries -License: GPL +License: GPLv2 URL: http://search.cpan.org/dist/String-Format/ Source0: http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,5 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 1.14-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Sat Sep 16 2006 Jose Pedro Oliveira - 1.14-1 - First build.