SHA256
12
0
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:
Dominique Leuenberger 2022-11-24 11:23:46 +00:00 committed by Git OBS Bridge
commit e00df79a5c
2 changed files with 8 additions and 2 deletions

View File

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

View File

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