SHA256
10
0
forked from pool/lua-cldr

- Switch from xz compression to gzip

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-cldr?expand=0&rev=9
This commit is contained in:
Gordon Leung
2024-03-29 20:22:01 +00:00
committed by Git OBS Bridge
parent 1343f1f062
commit abcbdcb0f5
4 changed files with 15 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
<param name="compression">gz</param>
</service>
<service mode="manual" name="set_version"/>
</services>

3
cldr-lua-0.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:672256eb34bd175f6f861bde42d18eab49f36bf4acbb29900032949d101f0b2a
size 10017

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 29 20:20:24 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Switch from xz compression to gzip
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package lua-cldr
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,11 @@ Summary: Unicode CLDR data and Lua interface
License: MIT AND Unicode-TOU
Group: Development/Languages/Other
URL: https://github.com/alerque/cldr-lua
Source0: %{mod_name}-lua-%{version}.tar.xz
BuildRequires: lua-macros
Source0: %{mod_name}-lua-%{version}.tar.gz
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-luarocks
BuildRequires: %{flavor}-penlight
BuildRequires: lua-macros
%lua_provides
Requires: %{flavor}
Requires: %{flavor}-penlight
@@ -57,6 +57,8 @@ repository of locale data available.
%install
%luarocks_install *.rock
%check
%files
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE-Unicode