!50 [sync] PR-42: modify ukui-media install error
From: @openeuler-sync-bot Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
6ccabc175c
@ -1,6 +1,6 @@
|
|||||||
Name: ukui-media
|
Name: ukui-media
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: UKUI media utilities
|
Summary: UKUI media utilities
|
||||||
License: GPL-2+ GPL-3+ LGPL-2+ BSD-3-Clause
|
License: GPL-2+ GPL-3+ LGPL-2+ BSD-3-Clause
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -29,6 +29,7 @@ BuildRequires: qt5-qttools-devel
|
|||||||
|
|
||||||
Requires: mate-desktop-libs >= 1.18
|
Requires: mate-desktop-libs >= 1.18
|
||||||
Requires: ukui-media-common = %{version}
|
Requires: ukui-media-common = %{version}
|
||||||
|
Requires: glib2
|
||||||
|
|
||||||
Recommends: alsa-utils sound-theme-freedesktop
|
Recommends: alsa-utils sound-theme-freedesktop
|
||||||
|
|
||||||
@ -106,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
set -e
|
set -e
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null ||:
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -130,6 +131,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|||||||
%{_datadir}/glib-2.0/
|
%{_datadir}/glib-2.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2022 pei-jiankang <peijiankang@kylinos.cn> - 3.0.2-13
|
||||||
|
- modify ukui-media install error
|
||||||
|
|
||||||
* Mon Sep 27 2021 peijiankang<peijiankang@kylinos.cn> - 3.0.2-12
|
* Mon Sep 27 2021 peijiankang<peijiankang@kylinos.cn> - 3.0.2-12
|
||||||
- repair the problem of adjusting animation freeze
|
- repair the problem of adjusting animation freeze
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user