SHA256
12
0
forked from pool/lua-mpack
Tomáš Chvátal 2017-07-15 07:47:05 +00:00 committed by Git OBS Bridge
parent 6cbbe49b90
commit 7f4951af70

View File

@ -24,11 +24,11 @@ Summary: Implementation of MessagePack for Lua 5.1
License: MIT
Group: Development/Libraries/Other
Url: https://github.com/libmpack/libmpack-lua
# Building against system version is in works of upstream Master branch
Source: https://github.com/libmpack/libmpack-lua/archive/%{version}.tar.gz
# libmpack source is necessary to build lua51-mpack.
# libmpack source is necessary to build lua-mpack, next release should build
# fine against system version
# The latest source can be downloaded from: https://github.com/libmpack/libmpack
Source1: https://github.com/libmpack/libmpack/archive/%{version}/libmpack-%{libmpack_version}.tar.gz
Source1: https://github.com/libmpack/libmpack/archive/%{libmpack_version}/libmpack-%{libmpack_version}.tar.gz
# PATCH-FIX-UPSTREAM lua51-mpack-fix-gcc7.patch gh#libmpack/libmpack-lua#3 -- Fix compilation error when using GCC7.
Patch0: lua51-mpack-fix-gcc7.patch
# PATCH-FIX-UPSTREAM lua51-mpack-fix-compilation.patch gh#libmpack/libmpack-lua#2 -- Fix compilation error when using `USE_SYSTEM_LUA=1`.