- multilib fixes

This commit is contained in:
Rex Dieter 2008-09-29 18:43:21 +00:00
parent e9c5494b33
commit 41765fe33c
2 changed files with 6 additions and 3 deletions

View File

@ -15,7 +15,7 @@
#include "@@INCLUDE@@-s390x.h" #include "@@INCLUDE@@-s390x.h"
#elif defined(__s390__) #elif defined(__s390__)
#include "@@INCLUDE@@-s390.h" #include "@@INCLUDE@@-s390.h"
#elif defined(__sparc64__) #elif defined(__sparc__) && defined (__arch64__)
#include "@@INCLUDE@@-sparc64.h" #include "@@INCLUDE@@-sparc64.h"
#elif defined(__sparc__) #elif defined(__sparc__)
#include "@@INCLUDE@@-sparc.h" #include "@@INCLUDE@@-sparc.h"

View File

@ -1,10 +1,10 @@
%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparc sparc64 %define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
Summary: High-performance algorithms for vectors, matrices, and polynomials Summary: High-performance algorithms for vectors, matrices, and polynomials
Name: ntl Name: ntl
Version: 5.4.2 Version: 5.4.2
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://shoup.net/ntl/ URL: http://shoup.net/ntl/
@ -127,6 +127,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Mon Sep 29 2008 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-3
- multilib fixes
* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-2 * Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-2
- multiarch conflicts (#342711) - multiarch conflicts (#342711)