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