!24 update to upstream version 3.1.0-1

From: @hua_yadong 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-02-25 01:36:36 +00:00 committed by Gitee
commit 67ab1c28ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 6 deletions

Binary file not shown.

BIN
ukui-sidebar-3.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: ukui-sidebar Name: ukui-sidebar
Version: 3.0.1 Version: 3.1.0
Release: 2 Release: 1
Summary: parallels toolbox for UKUI Summary: parallels toolbox for UKUI
License: GPL-3+ License: GPL-3+
URL: http://www.ukui.org URL: http://www.ukui.org
@ -17,11 +17,11 @@ BuildRequires: dconf-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: kf5-kwindowsystem-devel BuildRequires: kf5-kwindowsystem-devel
BuildRequires: libXtst-devel BuildRequires: libXtst-devel
BuildRequires: libqtxdg-devel
Requires: glib2-devel Requires: glib2-devel
Requires: qt5-qtbase-devel Requires: qt5-qtbase-devel
Requires: qt5-qtsvg-devel Requires: qt5-qtsvg-devel
Requires: qt5-qtmultimedia-devel
Requires: qt5-qttools-devel Requires: qt5-qttools-devel
Requires: gsettings-qt-devel Requires: gsettings-qt-devel
Requires: dconf-devel Requires: dconf-devel
@ -39,7 +39,7 @@ Requires: dconf-devel
%build %build
mkdir build && cd build mkdir build && cd build
qmake-qt5 .. qmake-qt5 ..
make make -j32
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -75,10 +75,14 @@ done
%{_bindir}/* %{_bindir}/*
%{_libdir}/ukui-sidebar %{_libdir}/ukui-sidebar
%{_datadir}/ukui-sidebar* %{_datadir}/ukui-sidebar*
%{_datadir}/applications/* %{_datadir}/glib-2.0/schemas/org.ukui.log4qt.ukui-sidebar.gschema.xml
%{_datadir}/ukui-clock/ %{_datadir}/glib-2.0/schemas/org.ukui.sidebar.gschema.xml
%changelog %changelog
* Tue Feb 22 2022 huayadong <huayadong@kylinos.cn> - 3.1.0-1
- update to upstream version 3.1.0-1
* Thu Feb 10 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-2 * Thu Feb 10 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-2
- add header file and fix build error - add header file and fix build error