Compare commits
10 Commits
98447e2120
...
168646bb69
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
168646bb69 | ||
|
|
9437ebb289 | ||
|
|
16fb1ab8a6 | ||
|
|
885485f68a | ||
|
|
39fb444422 | ||
|
|
22054fc65e | ||
|
|
c0a62da149 | ||
|
|
d8b118dfe8 | ||
|
|
3fe0598430 | ||
|
|
63d5ed583b |
@ -1,9 +1,9 @@
|
|||||||
%global codename verne
|
%global codename verne
|
||||||
|
|
||||||
Name: openEuler-logos
|
Name: %{_vendor}-logos
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 6
|
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,16 +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
|
||||||
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q -n openEuler-logos-%{version}
|
||||||
|
|
||||||
%build
|
%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)
|
(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
|
||||||
|
|
||||||
# save some dup'd icons
|
# save some dup'd icons
|
||||||
/usr/sbin/hardlink -v %{buildroot}/
|
hardlink -v %{buildroot}/
|
||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
@ -79,6 +88,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%exclude %{_datadir}/pixmaps/poweredby.png
|
||||||
%{_datadir}/backgrounds/*
|
%{_datadir}/backgrounds/*
|
||||||
%{_datadir}/glib-2.0/schemas/*.override
|
%{_datadir}/glib-2.0/schemas/*.override
|
||||||
%{_datadir}/gnome-background-properties/*.xml
|
%{_datadir}/gnome-background-properties/*.xml
|
||||||
@ -89,7 +99,20 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/anaconda/pixmaps/*
|
%{_datadir}/anaconda/pixmaps/*
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
|
%files httpd
|
||||||
|
%license COPYING
|
||||||
|
%{_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
|
||||||
|
- 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
|
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0-6
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
5
openEuler-logos.yaml
Normal file
5
openEuler-logos.yaml
Normal 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: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user