From 5d6a14842f0738b85a991926e89ce8125f6e9321 Mon Sep 17 00:00:00 2001 From: Aurelien Bompard Date: Feb 22 2006 23:01:11 +0000 Subject: - rebuild for FC5 - ExcludeArch x86_64 because perl-Unicode-Map8 is excluded on this arch --- diff --git a/perl-Unicode-MapUTF8.spec b/perl-Unicode-MapUTF8.spec index f2fd637..c3ba68e 100644 --- a/perl-Unicode-MapUTF8.spec +++ b/perl-Unicode-MapUTF8.spec @@ -2,7 +2,7 @@ Name: perl-Unicode-MapUTF8 Version: 1.09 -Release: 5 +Release: 6%{?dist} Summary: Conversions to and from arbitrary character sets and UTF8 @@ -16,6 +16,9 @@ BuildArch: noarch BuildRequires: perl(Jcode), perl(Unicode::String), perl(Unicode::Map) BuildRequires: perl(Unicode::Map8) +# perl-Unicode-Map8 does not work on x86_64, see bug #182514 +ExcludeArch: x86_64 + %description Unicode::MapUTF8 Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to @@ -62,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 22 2006 Aurelien Bompard 1.09-6 +- rebuild for FC5 +- ExcludeArch x86_64 because perl-Unicode-Map8 does not work on this arch + * Fri Apr 7 2005 Michael Schwendt - rebuilt