forked from pool/lua-testmore
- Switch from xz compression to gzip
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-testmore?expand=0&rev=6
This commit is contained in:
parent
e32a99e6d3
commit
1b2c85fed0
2
_service
2
_service
@ -10,7 +10,7 @@
|
|||||||
<service mode="manual" name="tar" />
|
<service mode="manual" name="tar" />
|
||||||
<service mode="manual" name="recompress">
|
<service mode="manual" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
3
lua-TestMore-0.3.6+git2.tar.gz
Normal file
3
lua-TestMore-0.3.6+git2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82c1b3d6aaec49d7bbd880eba7740339509317804d08146fcfa4f1e78f1df0f9
|
||||||
|
size 22162
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 29 20:29:57 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>
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package lua-testmore
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 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,9 +24,9 @@ Summary: A Lua port of the Perl Test::More unit testing framework
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://framagit.org/fperrad/lua-TestMore
|
URL: https://framagit.org/fperrad/lua-TestMore
|
||||||
Source: lua-TestMore-%{version}.tar.xz
|
Source: lua-TestMore-%{version}.tar.gz
|
||||||
BuildRequires: lua-macros
|
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
|
BuildRequires: lua-macros
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%lua_provides
|
%lua_provides
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user