forked from pool/lua-macros
- Add lua_incdir macro to declare the lua includedir
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-macros?expand=0&rev=3
This commit is contained in:
parent
32ca86e0ef
commit
fc2fbef7c3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 11 08:24:18 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Add lua_incdir macro to declare the lua includedir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 10 11:26:37 UTC 2017 - tchvatal@suse.com
|
Mon Jul 10 11:26:37 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lua-macros
|
Name: lua-macros
|
||||||
Version: 20170610
|
Version: 20170611
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Macros for lua language
|
Summary: Macros for lua language
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -8,3 +8,6 @@
|
|||||||
|
|
||||||
# pure Lua modules should go here
|
# pure Lua modules should go here
|
||||||
%lua_noarchdir %{_datadir}/lua/%{lua_version}
|
%lua_noarchdir %{_datadir}/lua/%{lua_version}
|
||||||
|
|
||||||
|
# lua includes folder
|
||||||
|
%lua_incdir %{_includedir}/lua%{lua_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user