diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | build.macros.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |