119183b383
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/lua-rpm-macros#2165bb7a44bd3cd71eee2c053e38cc7482b81661
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
%lua_version %{lua: print(string.sub(_VERSION, 5))}
|
|
|
|
%lua_requires \
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7 \
|
|
Requires: lua(abi) = %{lua_version} \
|
|
%else \
|
|
Requires: lua >= %{lua_version} \
|
|
Requires: lua < %{lua: os.setlocale('C'); print(string.sub(_VERSION, 5) + 0.1)} \
|
|
%endif \
|
|
%{nil}
|