Compare commits
10 Commits
98447e2120
...
529497448c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
529497448c | ||
|
|
7b8c2124d1 | ||
|
|
5ae18c04e4 | ||
|
|
587a5aa4c9 | ||
|
|
39fb444422 | ||
|
|
22054fc65e | ||
|
|
c0a62da149 | ||
|
|
d8b118dfe8 | ||
|
|
3fe0598430 | ||
|
|
63d5ed583b |
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 4.1 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: openEuler-logos
|
Name: openEuler-logos
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 6
|
Release: 9
|
||||||
Summary: openEuler-related icons and pictures
|
Summary: openEuler-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
|
||||||
@ -19,6 +19,15 @@ Provides: system-backgrounds-gnome
|
|||||||
The openEuler-logos package (the "Package") contains files created by the
|
The openEuler-logos package (the "Package") contains files created by the
|
||||||
openEuler Project.
|
openEuler Project.
|
||||||
|
|
||||||
|
%package httpd
|
||||||
|
Summary: openEuler-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").
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -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
|
||||||
|
* Wed May 15 2024 sunhai <sunhai10@huawei.com> - 1.0-9
|
||||||
|
- use new logo
|
||||||
|
|
||||||
|
* 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