3
0
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:
Tomáš Chvátal 2017-07-11 08:24:39 +00:00 committed by Git OBS Bridge
parent 32ca86e0ef
commit fc2fbef7c3
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: lua-macros
Version: 20170610
Version: 20170611
Release: 0
Summary: Macros for lua language
License: MIT

View File

@ -8,3 +8,6 @@
# pure Lua modules should go here
%lua_noarchdir %{_datadir}/lua/%{lua_version}
# lua includes folder
%lua_incdir %{_includedir}/lua%{lua_version}