!15 Supports custom vendor

From: @xiaochn 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2024-05-25 03:40:13 +00:00 committed by Gitee
commit 168646bb69
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,9 +1,9 @@
%global codename verne
Name: openEuler-logos
Name: %{_vendor}-logos
Version: 1.0
Release: 8
Summary: openEuler-related icons and pictures
Release: 9
Summary: %{_vendor}-related icons and pictures
License: Licensed only for approved usage, see COPYING for details.
Source0: openEuler-logos-%{version}.tar.xz
BuildArch: noarch
@ -11,25 +11,25 @@ BuildRequires: hardlink
Requires(post): coreutils
Provides: gnome-logos = %{version}-%{release} system-logos = %{version}-%{release}
Provides: openEuler-logos = %{version}-%{release}
Provides: %{_vendor}-logos = %{version}-%{release}
# We carry the GSettings schema override, tell that to gnome-desktop3
Provides: system-backgrounds-gnome
%description
The openEuler-logos package (the "Package") contains files created by the
openEuler Project.
The %{_vendor}-logos package (the "Package") contains files created by the
%{_vendor} Project.
%package httpd
Summary: openEuler-related icons and pictures used by httpd
Summary: %{_vendor}-related icons and pictures used by httpd
Provides: system-logos-httpd = %{version}-%{release}
BuildArch: noarch
%description httpd
The openEuler-logos-httpd package contains image files which incorporate the
openEuler trademarks (the "Marks").
The %{_vendor}-logos-httpd package contains image files which incorporate the
%{_vendor} trademarks (the "Marks").
%prep
%setup -q
%setup -q -n openEuler-logos-%{version}
%build
@ -104,6 +104,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/pixmaps/poweredby.png
%changelog
* Tue May 21 2024 xiaochn <xiaochuannan@inspur.com> - 1.0-9
- Supports custom vendor
* Mon Nov 28 2022 zhangqiumiao <zhangqiumiao1@huawei.com> - 1.0-8
- subpackage poweredby.png to minimize httpd footprint