forked from pool/lua-lpeg
Accepting request 819511 from devel:languages:lua
- Add lua54 as new build target OBS-URL: https://build.opensuse.org/request/show/819511 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-lpeg?expand=0&rev=4
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>lua51</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
|
<package>lua54</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 6 19:04:19 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Add lua54 as new build target
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 11:59:22 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
Tue Mar 12 11:59:22 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua-lpeg
|
# spec file for package lua-lpeg
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -24,7 +24,7 @@ Release: 0
|
|||||||
Summary: Parsing Expression Grammars For Lua
|
Summary: Parsing Expression Grammars For Lua
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Url: http://www.inf.puc-rio.br/~roberto/lpeg
|
URL: http://www.inf.puc-rio.br/~roberto/lpeg
|
||||||
Source: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
|
Source: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
@@ -63,7 +63,7 @@ sed -i \
|
|||||||
makefile
|
makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make -j1
|
%make_build -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user