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 --- build.macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.macros.in') 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