10
0
forked from pool/lua-luasystem

Accepting request 790906 from devel:languages:lua

- Install and package noarch modules as well.

OBS-URL: https://build.opensuse.org/request/show/790906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luasystem?expand=0&rev=2
This commit is contained in:
2020-04-08 17:54:48 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 2 13:12:04 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Install and package noarch modules as well.
-------------------------------------------------------------------
Sun May 19 19:08:01 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package lua_luasystem
# spec file for package lua-luasystem
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -59,9 +59,12 @@ make %{?_smp_mflags} \
LUAPREFIX_linux?=%{_prefix} \
CDIR_linux?=%{_lib}/lua/%{lua_version} \
linux
install -v -D -m0644 -p -t %{buildroot}%{lua_noarchdir}/system system/init.lua
%files
%dir %{lua_archdir}/system
%{lua_archdir}/system/*
%dir %{lua_noarchdir}/system
%{lua_noarchdir}/system/*
%changelog