diff --git a/perl-Text-Unidecode.spec b/perl-Text-Unidecode.spec index 5eeea24..6661362 100644 --- a/perl-Text-Unidecode.spec +++ b/perl-Text-Unidecode.spec @@ -1,15 +1,16 @@ Name: perl-Text-Unidecode Version: 0.04 -Release: 4%{?dist} +Release: 4%{?dist}.1 Summary: US-ASCII transliterations of Unicode text Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-Unidecode/ Source0: http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{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 @@ -56,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 17 2007 Tom "spot" Callaway - 0.04-4.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Tue Aug 29 2006 Patrice Dumas - 0.04-4 - rebuild for FC6