SHA256
12
0
forked from pool/lua-copas

- Add lua54 as new build target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-copas?expand=0&rev=3
This commit is contained in:
Matej Cepl 2020-07-06 19:02:53 +00:00 committed by Git OBS Bridge
parent 2fc3339230
commit f39790d037
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,5 @@
<multibuild> <multibuild>
<package>lua51</package> <package>lua51</package>
<package>lua53</package> <package>lua53</package>
<package>lua54</package>
</multibuild> </multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 6 19:02:42 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 2 19:51:09 UTC 2019 - Matej Cepl <mcepl@suse.com> Sat Nov 2 19:51:09 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package lua-copas # spec file for package lua-copas
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -25,10 +25,10 @@ Summary: Coroutine Oriented Portable Asynchronous Services
License: MIT License: MIT
URL: http://www.keplerproject.org/copas/ URL: http://www.keplerproject.org/copas/
Source: https://github.com/keplerproject/%{mod_name}/archive/%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz Source: https://github.com/keplerproject/%{mod_name}/archive/%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-luasocket
BuildRequires: %{flavor}-luasec
BuildRequires: %{flavor}-coxpcall BuildRequires: %{flavor}-coxpcall
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-luasec
BuildRequires: %{flavor}-luasocket
Requires: %{flavor} Requires: %{flavor}
BuildArch: noarch BuildArch: noarch
%if "%{flavor}" == "lua53" %if "%{flavor}" == "lua53"