distribution-logos-SLE/distribution-logos-SLE.spec

54 lines
1.7 KiB
RPMSpec

#
# 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