SHA256
10
0
forked from pool/lua-say

- Add lua54 as new build target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-say?expand=0&rev=4
This commit is contained in:
2020-07-06 19:08:04 +00:00
committed by Git OBS Bridge
parent 5ae741bb97
commit 1e6ce400bb
3 changed files with 9 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:07:55 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 28 13:06:51 CET 2019 - Matej Cepl <mcepl@suse.com> Mon Oct 28 13:06:51 CET 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package lua-say # spec file for package lua-say
# #
# Copyright (c) 2017 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@@ -24,7 +24,7 @@ Release: 0
Summary: Lua string hashing library, useful for internationalization Summary: Lua string hashing library, useful for internationalization
License: MIT License: MIT
Group: Development/Libraries/Other Group: Development/Libraries/Other
Url: https://github.com/Olivine-Labs/say URL: https://github.com/Olivine-Labs/say
Source: https://github.com/Olivine-Labs/say/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz Source: https://github.com/Olivine-Labs/say/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-devel
BuildArch: noarch BuildArch: noarch
@@ -52,7 +52,6 @@ Useful for internationalization.
%install %install
install -v -D -m 0644 -p -t %{buildroot}%{lua_noarchdir}/say src/init.lua install -v -D -m 0644 -p -t %{buildroot}%{lua_noarchdir}/say src/init.lua
%files %files
%dir %{lua_noarchdir}/say %dir %{lua_noarchdir}/say
%{lua_noarchdir}/say* %{lua_noarchdir}/say*