Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
168646bb69
!15 Supports custom vendor
From: @xiaochn 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2024-05-25 03:40:13 +00:00
xiaochn
9437ebb289 Supports custom vendor 2024-05-21 20:18:33 +08:00
openeuler-ci-bot
16fb1ab8a6
!12 [sync] PR-11: subpackage poweredby.png to minimize httpd footprint
From: @openeuler-sync-bot 
Reviewed-by: @yanan-rock, @xiezhipeng1 
Signed-off-by: @yanan-rock, @xiezhipeng1
2022-12-15 09:05:15 +00:00
century6
885485f68a subpackage poweredby.png to minimize httpd footprint
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit 587a5aa4c94e82b4226a2485b6e79df0a1538de2)
2022-12-14 11:00:44 +08:00
openeuler-ci-bot
39fb444422 !5 upgrade yaml file
Merge pull request !5 from zhangqiumiao/master
2020-08-11 14:23:21 +08:00
zhangqiumiao
22054fc65e upgrade yaml file 2020-08-11 11:22:22 +08:00
openeuler-ci-bot
c0a62da149 !3 fix build fail due to hardlink path
Merge pull request !3 from ultra_planet/master
2020-07-27 20:39:21 +08:00
lingsheng
d8b118dfe8 Not use hardlink absolute path 2020-07-27 15:37:24 +08:00
openeuler-ci-bot
3fe0598430 !2 Add yaml file
Merge pull request !2 from jeff200902/master
2020-07-20 14:18:44 +08:00
jeff200902
63d5ed583b Add yaml file 2020-05-11 11:35:04 +08:00
2 changed files with 36 additions and 8 deletions

View File

@ -1,9 +1,9 @@
%global codename verne
Name: openEuler-logos
Name: %{_vendor}-logos
Version: 1.0
Release: 6
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,16 +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: %{_vendor}-related icons and pictures used by httpd
Provides: system-logos-httpd = %{version}-%{release}
BuildArch: noarch
%description httpd
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
@ -60,7 +69,7 @@ install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{
(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
# save some dup'd icons
/usr/sbin/hardlink -v %{buildroot}/
hardlink -v %{buildroot}/
%post
touch --no-create %{_datadir}/icons/hicolor || :
@ -79,6 +88,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files
%license COPYING
%exclude %{_datadir}/pixmaps/poweredby.png
%{_datadir}/backgrounds/*
%{_datadir}/glib-2.0/schemas/*.override
%{_datadir}/gnome-background-properties/*.xml
@ -89,7 +99,20 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/anaconda/pixmaps/*
%{_datadir}/icons/hicolor/*/apps/*
%files httpd
%license COPYING
%{_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
* Mon Jul 27 2020 lingsheng <lingsheng@huawei.com> - 1.0-7
- Not use hardlink absolute path
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0-6
- Type:bugfix
- ID:NA

5
openEuler-logos.yaml Normal file
View File

@ -0,0 +1,5 @@
git_url: https://gitee.com/src-openEuler/openEuler-logos
version_control: gitee
src_repo: src-openEuler/openEuler-logos
tag_prefix: "^v"
seperator: "."