forked from pool/distribution-logos-openSUSE
- switch to a service using zstd
OBS-URL: https://build.opensuse.org/package/show/Base:System/distribution-logos-openSUSE?expand=0&rev=25
This commit is contained in:
parent
30e5edebf3
commit
96f9ec4fcd
13
_service
Normal file
13
_service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="manual">
|
||||||
|
<param name="url">https://github.com/openSUSE/distribution-logos</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="revision">main</param>
|
||||||
|
<param name="versionformat">%cd</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="manual">
|
||||||
|
<param name="file">distribution-logos-*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/openSUSE/distribution-logos</param>
|
||||||
|
<param name="changesrevision">0dc4f76920ab997de1f21623a7f996b155730ad5</param></service></servicedata>
|
3
distribution-logos-20240207.tar.zst
Normal file
3
distribution-logos-20240207.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:860352da997ff52d3dcdd22858ead39a780e81afae420a9af2e96052d8c3850b
|
||||||
|
size 89278
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca11b5d7d453a5d1b241d3798375efc11fec2e6cb335488fa0a1869eb1ba9556
|
|
||||||
size 114865
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 8 10:12:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- switch to a service using zstd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 1 14:45:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Feb 1 14:45:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,14 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: distribution-logos-openSUSE
|
Name: distribution-logos-openSUSE
|
||||||
Version: 20240201
|
Version: 20240207
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Logos for openSUSE Distros
|
Summary: Logos for openSUSE Distros
|
||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
URL: https://github.com/openSUSE/distribution-logos
|
URL: https://github.com/openSUSE/distribution-logos
|
||||||
Source: https://github.com/openSUSE/distribution-logos/archive/refs/heads/main.zip#/distribution-logos-openSUSE-%{version}.zip
|
# updated via "osc service manualrun"
|
||||||
|
Source: distribution-logos-%{version}.tar.zst
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: unzip
|
BuildRequires: zstd
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -115,7 +116,7 @@ BuildArch: noarch
|
|||||||
Icons with openSUSE distribution logos.
|
Icons with openSUSE distribution logos.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n distribution-logos-main
|
%setup -q -n distribution-logos-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Skip build
|
# Skip build
|
||||||
|
Loading…
Reference in New Issue
Block a user