- 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>
|
||||
|
||||
|
@ -18,14 +18,15 @@
|
||||
|
||||
|
||||
Name: distribution-logos-openSUSE
|
||||
Version: 20240201
|
||||
Version: 20240207
|
||||
Release: 0
|
||||
Summary: Logos for openSUSE Distros
|
||||
License: CC-BY-SA-4.0
|
||||
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: unzip
|
||||
BuildRequires: zstd
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -37,7 +38,7 @@ Summary: Logos for openSUSE Leap
|
||||
Conflicts: distribution-logos
|
||||
Obsoletes: distribution-logos
|
||||
Provides: distribution-logos
|
||||
Removepathpostfixes:.Leap
|
||||
Removepathpostfixes: .Leap
|
||||
BuildArch: noarch
|
||||
|
||||
%description Leap
|
||||
@ -48,7 +49,7 @@ Summary: Logos for openSUSE Leap Micro
|
||||
Conflicts: distribution-logos
|
||||
Obsoletes: distribution-logos
|
||||
Provides: distribution-logos
|
||||
Removepathpostfixes:.LeapMicro
|
||||
Removepathpostfixes: .LeapMicro
|
||||
BuildArch: noarch
|
||||
|
||||
%description LeapMicro
|
||||
@ -61,7 +62,7 @@ Summary: Logos for openSUSE Tumbleweed
|
||||
Conflicts: distribution-logos
|
||||
Obsoletes: distribution-logos
|
||||
Provides: distribution-logos
|
||||
Removepathpostfixes:.Tumbleweed
|
||||
Removepathpostfixes: .Tumbleweed
|
||||
BuildArch: noarch
|
||||
|
||||
%description Tumbleweed
|
||||
@ -72,7 +73,7 @@ Summary: Logos for openSUSE Kubic
|
||||
Conflicts: distribution-logos
|
||||
Obsoletes: distribution-logos
|
||||
Provides: distribution-logos
|
||||
Removepathpostfixes:.Kubic
|
||||
Removepathpostfixes: .Kubic
|
||||
BuildArch: noarch
|
||||
|
||||
%description Kubic
|
||||
@ -83,7 +84,7 @@ Summary: Logos for openSUSE MicroOS
|
||||
Conflicts: distribution-logos
|
||||
Obsoletes: distribution-logos
|
||||
Provides: distribution-logos
|
||||
Removepathpostfixes:.MicroOS
|
||||
Removepathpostfixes: .MicroOS
|
||||
BuildArch: noarch
|
||||
|
||||
%description MicroOS
|
||||
@ -94,7 +95,7 @@ Summary: Logos for openSUSE Aeon
|
||||
Conflicts: distribution-logos
|
||||
Obsoletes: distribution-logos
|
||||
Provides: distribution-logos
|
||||
Removepathpostfixes:.Aeon
|
||||
Removepathpostfixes: .Aeon
|
||||
BuildArch: noarch
|
||||
|
||||
%description Aeon
|
||||
@ -115,7 +116,7 @@ BuildArch: noarch
|
||||
Icons with openSUSE distribution logos.
|
||||
|
||||
%prep
|
||||
%setup -q -n distribution-logos-main
|
||||
%setup -q -n distribution-logos-%{version}
|
||||
|
||||
%build
|
||||
# Skip build
|
||||
|
Loading…
Reference in New Issue
Block a user