forked from pool/lua-vstruct
- Switch from xz compression to gzip
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-vstruct?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
3498069097
commit
52eb918100
2
_service
2
_service
@@ -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>
|
||||
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 20:32:37 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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package lua-vstruct
|
||||
#
|
||||
# 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,10 +26,10 @@ Summary: Lua library to manipulate binary data
|
||||
License: MIT
|
||||
Group: Development/Languages/Other
|
||||
URL: https://github.com/ToxicFrog/vstruct
|
||||
Source: %{mod_name}-%{version}.tar.xz
|
||||
BuildRequires: lua-macros
|
||||
BuildRequires: %{flavor}-luarocks
|
||||
Source: %{mod_name}-%{version}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: %{flavor}-luarocks
|
||||
BuildRequires: lua-macros
|
||||
Requires: %{flavor}
|
||||
%lua_provides
|
||||
%if "%{flavor}" == ""
|
||||
@@ -53,6 +53,8 @@ A Lua library for packing and unpacking binary data, supporting arbitrary
|
||||
%install
|
||||
%luarocks_install *.rock
|
||||
|
||||
%check
|
||||
|
||||
%files
|
||||
%{lua_noarchdir}/%{mod_name}
|
||||
%{luarocks_treedir}/%{mod_name}
|
||||
|
3
vstruct-2.1.1+git2.tar.gz
Normal file
3
vstruct-2.1.1+git2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c4ee80abdf5d919b95221531d882d1c99184f54997774e32085424a17390310
|
||||
size 40515
|
Reference in New Issue
Block a user