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>
|
Tue Feb 9 14:57:54 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua-lua-ev
|
# 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
|
# Copyright (c) 2012 Togan Muftuoglu toganm@opensuse.org
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -39,13 +39,13 @@ BuildRequires: libev-devel
|
|||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
# BuildRequires: %%{flavor}-luafilesystem
|
# BuildRequires: %%{flavor}-luafilesystem
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
|
%lua_provides
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
Name: lua-%{mod_name}
|
Name: lua-%{mod_name}
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
%else
|
%else
|
||||||
Name: %{flavor}-%{mod_name}
|
Name: %{flavor}-%{mod_name}
|
||||||
%endif
|
%endif
|
||||||
%lua_provides
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lua integration with libev (http://dist.schmorp.de/libev)
|
Lua integration with libev (http://dist.schmorp.de/libev)
|
||||||
@ -121,6 +121,7 @@ cd build
|
|||||||
%{lua_archdir}/ev.so
|
%{lua_archdir}/ev.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%dir %{lua_incdir}
|
||||||
%dir %{lua_incdir}/%{mod_name}
|
%dir %{lua_incdir}/%{mod_name}
|
||||||
%{lua_incdir}/%{mod_name}/*
|
%{lua_incdir}/%{mod_name}/*
|
||||||
%if %{with public_lib}
|
%if %{with public_lib}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user