rpms/perl-Unicode-Map8/devel perl-Unicode-Map8.spec,1.8,1.9

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Feb 22 22:55:31 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/perl-Unicode-Map8/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18873

Modified Files:
	perl-Unicode-Map8.spec 
Log Message:
ExcludeArch x86_64


Index: perl-Unicode-Map8.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Unicode-Map8.spec	22 Feb 2006 08:40:00 -0000	1.8
+++ perl-Unicode-Map8.spec	22 Feb 2006 22:55:31 -0000	1.9
@@ -2,7 +2,7 @@
 
 Name:           perl-Unicode-Map8
 Version:        0.12
-Release:        7%{?dist}
+Release:        8%{?dist}
 
 Summary:        Mapping table between 8-bit chars and Unicode for Perl
 
@@ -14,6 +14,10 @@
 
 BuildRequires:  perl(Unicode::String)
 
+# Does not work on x86_64, see bug #182514
+ExcludeArch:  x86_64
+
+
 %description
 The Unicode::Map8 class implements efficient mapping tables between
 8-bit character sets and 16 bit character sets like Unicode.  About
@@ -43,8 +47,8 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check
-make test || :
+%check || :
+make test
 
 
 %clean
@@ -61,6 +65,9 @@
 
 
 %changelog
+* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 0.12-8
+- ExcludeArch x86_64
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 0.12-7
 - disable unit tests (map8.t fails on x86_64)
 




More information about the fedora-extras-commits mailing list