Sync from SUSE:ALP:Source:Standard:1.0 distribution-logos-SLE revision 63bf0dcaf8b368ce0a6660febe41fe3e

This commit is contained in:
Adrian Schröter 2023-06-07 09:54:04 +02:00
commit b6698cd527
4 changed files with 87 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

View File

@ -0,0 +1,8 @@
-------------------------------------------------------------------
Tue Mar 15 13:02:48 UTC 2022 - Jacek Tomasiak <jtomasiak@suse.com>
- Initial package version (bsc#1197224)
- This package provides distribution-logos to match openSUSE
approach and keep brand images separate from other branding
files (e.g. CSS) which can be submitted to respective upstream
projects.

View File

@ -0,0 +1,53 @@
#
# spec file for package distribution-logos-SLE
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: distribution-logos-SLE
Summary: Logos for SLE Micro Distro
License: BSD-3-Clause
Version: 20220315
Release: 0
Source: distribution-logos-master.zip
BuildRequires: unzip
BuildArch: noarch
Obsoletes: distribution-logos
Provides: distribution-logos
Conflicts: distribution-logos
%description
Logos for SLE Micro Distribution
%prep
%setup -qn distribution-logos-master
%build
# Skip build
%install
#export NO_BRP_STALE_LINK_ERROR=yes
mkdir -p %{buildroot}%{_datadir}/pixmaps/distribution-logos
cp -r favicon.ico %{buildroot}%{_datadir}/pixmaps/distribution-logos/favicon.ico
cp -r apple-touch-icon.png %{buildroot}%{_datadir}/pixmaps/distribution-logos/apple-touch-icon.png
cp -r square-hicolor.svg %{buildroot}%{_datadir}/pixmaps/distribution-logos/square-hicolor.svg
#cp -r square-symbolic.svg %{buildroot}%{_datadir}/pixmaps/distribution-logos/square-symbolic.svg
%files
%dir %{_datadir}/pixmaps/distribution-logos
%{_datadir}/pixmaps/distribution-logos/*
%changelog

BIN
distribution-logos-master.zip (Stored with Git LFS) Normal file

Binary file not shown.