From 4ad1de21c274a5ebfe6e1ef2e5848ac90f23ec98 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 21 Oct 2007 18:02:12 +0000 Subject: * Sun Oct 21 2007 Hans de Goede 5.1.2-3 - Also use lib64 instead of lib on ia64 and sparc64 --- lua-5.1.2-multilib.patch | 5 +++-- lua.spec | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lua-5.1.2-multilib.patch b/lua-5.1.2-multilib.patch index cb9d278..d39f002 100644 --- a/lua-5.1.2-multilib.patch +++ b/lua-5.1.2-multilib.patch @@ -1,12 +1,13 @@ diff -up lua-5.1.2/src/luaconf.h.template.in~ lua-5.1.2/src/luaconf.h.template.in --- lua-5.1.2/src/luaconf.h.template.in~ 2007-10-21 19:33:30.000000000 +0200 +++ lua-5.1.2/src/luaconf.h.template.in 2007-10-21 19:33:30.000000000 +0200 -@@ -98,7 +98,11 @@ +@@ -98,7 +98,12 @@ /** autotools-patch **/ #define LUA_LDIR "%lua_datadir%/lua/5.1/" -#define LUA_CDIR "%lua_libdir%/lua/5.1/" -+#if defined __alpha__ || defined __powerpc64__ || defined __s390x__ || defined __x86_64__ ++#if defined __alpha__ || defined __ia64__ || defined __powerpc64__ || \ ++ defined __s390x__ || defined __sparc64__ || defined __x86_64__ +#define LUA_CDIR "/usr/lib64/lua/5.1/" +#else +#define LUA_CDIR "/usr/lib/lua/5.1/" diff --git a/lua.spec b/lua.spec index a51a637..c5d9e2b 100644 --- a/lua.spec +++ b/lua.spec @@ -1,6 +1,6 @@ Name: lua Version: 5.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Powerful light-weight programming language Group: Development/Languages License: MIT @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Oct 21 2007 Hans de Goede 5.1.2-3 +- Also use lib64 instead of lib on ia64 and sparc64 + * Sun Oct 21 2007 Hans de Goede 5.1.2-2 - Fix multilib condlict in luaconf.h (bz 342561) -- cgit