!4 [sync] PR-2: fix install warning
From: @openeuler-sync-bot Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
9897a9b767
@ -1,6 +1,6 @@
|
|||||||
Name: kylin-weather
|
Name: kylin-weather
|
||||||
Version: 3.1.2
|
Version: 3.1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Indicator that displays China weather information
|
Summary: Indicator that displays China weather information
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
URL: https://gitee.com/openkylin/kylin-weather
|
URL: https://gitee.com/openkylin/kylin-weather
|
||||||
@ -46,7 +46,7 @@ popd
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null ||:
|
||||||
indicatorPath="/etc/xdg/autostart/indicator-china-weather.desktop"
|
indicatorPath="/etc/xdg/autostart/indicator-china-weather.desktop"
|
||||||
if [ ! -d "$indicatorPath" ]; then
|
if [ ! -d "$indicatorPath" ]; then
|
||||||
rm -f "$indicatorPath"
|
rm -f "$indicatorPath"
|
||||||
@ -62,6 +62,9 @@ fi
|
|||||||
%{_datadir}/kylin-user-guide/*
|
%{_datadir}/kylin-user-guide/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 30 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.2-2
|
||||||
|
- fix install warining
|
||||||
|
|
||||||
* Mon Jan 30 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.2-1
|
* Mon Jan 30 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.2-1
|
||||||
- Init Package for openEuler
|
- Init Package for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user