forked from pool/lua-lua-ev
Accepting request 1037591 from devel:languages:lua
Forwarded request #1037544 from michals - Fix unowned %{lua_incdir} directory. OBS-URL: https://build.opensuse.org/request/show/1037591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-lua-ev?expand=0&rev=4
This commit is contained in:
commit
e00df79a5c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 10:26:03 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Fix unowned %{lua_incdir} directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 14:57:54 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-lua-ev
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2012 Togan Muftuoglu toganm@opensuse.org
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -39,13 +39,13 @@ BuildRequires: libev-devel
|
||||
BuildRequires: lua-macros
|
||||
# BuildRequires: %%{flavor}-luafilesystem
|
||||
Requires: %{flavor}
|
||||
%lua_provides
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-%{mod_name}
|
||||
ExclusiveArch: do_not_build
|
||||
%else
|
||||
Name: %{flavor}-%{mod_name}
|
||||
%endif
|
||||
%lua_provides
|
||||
|
||||
%description
|
||||
Lua integration with libev (http://dist.schmorp.de/libev)
|
||||
@ -121,6 +121,7 @@ cd build
|
||||
%{lua_archdir}/ev.so
|
||||
|
||||
%files devel
|
||||
%dir %{lua_incdir}
|
||||
%dir %{lua_incdir}/%{mod_name}
|
||||
%{lua_incdir}/%{mod_name}/*
|
||||
%if %{with public_lib}
|
||||
|
Loading…
x
Reference in New Issue
Block a user