Tomáš Chvátal 2017-07-11 09:50:30 +00:00 committed by Git OBS Bridge
parent ca0335bfd4
commit 1d96fa0a1c
2 changed files with 16 additions and 0 deletions

View File

@ -146,3 +146,16 @@ Index: lua-5.3.4/src/Makefile
clean:
$(RM) $(ALL_T) $(ALL_O)
Index: lua-5.3.4/src/luaconf.h
===================================================================
--- lua-5.3.4.orig/src/luaconf.h
+++ lua-5.3.4/src/luaconf.h
@@ -200,7 +200,7 @@
#else /* }{ */
-#define LUA_ROOT "/usr/local/"
+#define LUA_ROOT "/usr/"
#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
#define LUA_PATH_DEFAULT \

View File

@ -68,6 +68,9 @@ application.
%package -n %{libname}
Summary: The Lua integration library
Group: System/Libraries
# Compat as libtool changes the soname
Provides: liblua5_3 = %{version}
Obsoletes: liblua5_3 < %{version}
Provides: %{name}-libs = %{version}
Obsoletes: %{name}-libs < %{version}