!41 modify ukui-media install error
From: @pei-jiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
f2157f1bed
@ -1,6 +1,6 @@
|
|||||||
Name: ukui-media
|
Name: ukui-media
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 14
|
Release: 15
|
||||||
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
|
||||||
|
|
||||||
@ -85,7 +86,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
|
||||||
@ -109,6 +110,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-15
|
||||||
|
- modify ukui-media install error
|
||||||
|
|
||||||
* Sat Apr 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.2-14
|
* Sat Apr 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.2-14
|
||||||
- add yaml file
|
- add yaml file
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user