From 41bce8adc771335d8936da45ec9e298e523aaf45 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 22 Nov 2012 23:35:23 +0000 Subject: modify arch_tagged macro to use ()(64bit) instead of (lib64), to be compatible with the mark64 provides generated by find-provides --- NEWS | 3 +++ build.macros.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0a57496..1355602 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- modify arch_tagged macro to use ()(64bit) instead of (lib64), to be + compatible with the mark64 provides generated by find-provides + Version 1.162 - 2 Nov 2012, by Funda Wang - set LC_CTYPE as UTF-8 when building gem diff --git a/build.macros.in b/build.macros.in index 55f6e46..ebe26cf 100644 --- a/build.macros.in +++ b/build.macros.in @@ -47,7 +47,7 @@ Group: %{group}\ # Multilibs %_multilibpatt (/%{_lib}|/usr/%{_lib}(|/gconv)|/usr/local/%{_lib}|/usr/X11R6/%{_lib}|/opt/%{_lib})/[^/]*\\.([oa]|la|so[0-9.]*)$ -%_arch_tag_suffix (%_lib) +%_arch_tag_suffix %([ "%{?_lib}" = "lib64" ] && echo "()(64bit)") %arch_tagged() %{1}%{_arch_tag_suffix} %{?2:%{2} %{3}%{?!3:%{error:undefined 3rd argument in arch_tagged}}} # Games macros -- cgit v1.2.1