10
0
forked from pool/lua-luasocket

Accepting request 1060913 from home:michals:branches:devel:languages:lua

- Fix unowned %{lua_incdir} directory.

- Fix missing dependency on lua-macros (boo#1205612)

OBS-URL: https://build.opensuse.org/request/show/1060913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luasocket?expand=0&rev=28
This commit is contained in:
2023-01-25 21:13:39 +00:00
committed by Git OBS Bridge
parent c02621eb85
commit a5d1f4cda7
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 25 12:30:17 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Fix unowned %{lua_incdir} directory.
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Fix missing dependency on lua-macros (boo#1205612)
-------------------------------------------------------------------
Sat Aug 20 17:43:12 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@ URL: https://github.com/lunarmodules/luasocket
Source: %{mod_name}-%{version}.tar.xz
Patch0: luasocket-makefile.patch
BuildRequires: %{flavor}-devel
BuildRequires: lua-macros
Requires: %{flavor}
%lua_provides
%lua_provides -e
@@ -90,6 +91,7 @@ install -p -m 0644 src/*.h %{buildroot}%{lua_incdir}
%{lua_noarchdir}/socket/
%files devel
%dir %{lua_incdir}
%{lua_incdir}/*.h
%files doc