!34 update new version 3.1.0
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
0f12a71a21
Binary file not shown.
BIN
ukui-window-switch-3.1.0.tar.gz
Normal file
BIN
ukui-window-switch-3.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,9 +1,8 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-window-switch
|
||||
Version: 3.0.2
|
||||
Version: 3.1.0
|
||||
Release: 2
|
||||
Summary: Front of the window switch
|
||||
License: GPL-2+ BSD-2-clause BSD-3-clause and GPL-2+
|
||||
License: GPL-2+ and BSD-2-clause and BSD-3-clause
|
||||
URL: http://www.ukui.org
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
@ -15,6 +14,8 @@ BuildRequires: libwnck3-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gsettings-qt-devel
|
||||
BuildRequires: gsettings-qt
|
||||
BuildRequires: kf5-kglobalaccel-devel
|
||||
BuildRequires: ukui-interface
|
||||
|
||||
|
||||
%description
|
||||
@ -26,12 +27,12 @@ BuildRequires: gsettings-qt
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
qmake-qt5
|
||||
make
|
||||
%{qmake_qt5}
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make INSTALL_ROOT=%{buildroot} install
|
||||
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -43,11 +44,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ukui-window-switch/
|
||||
|
||||
%changelog
|
||||
* Wed Mar 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.2-2
|
||||
- remove ukwm
|
||||
* Fri Feb 10 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-2
|
||||
- add build debuginfo and debugsource
|
||||
|
||||
* Thu Jan 27 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-1
|
||||
- update to upstream version 3.0.2-1
|
||||
* Mon Dec 5 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.0-1
|
||||
- update version to 3.1.0
|
||||
|
||||
* Tue Jul 12 2022 peijiankang <peijiankang@kylinos.cn> - 3.0.2-2
|
||||
- update to upstream version 3.0.2
|
||||
|
||||
* Tue Jun 28 2022 peijiankang <peijiankang@kylinos.cn> - 3.0.1-7
|
||||
- add 3.0.1-1 changelog info
|
||||
|
||||
* Wed May 25 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-6
|
||||
- Improve the project according to the requirements of compliance improvement
|
||||
|
||||
* Wed Apr 06 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-5
|
||||
- add yaml file
|
||||
|
||||
* Mon Mar 28 2022 huayadong <huayadong@kylinos.cn> - 3.0.1-4
|
||||
- The first time a user opens the multitasking view, a white area flashes in the top left corner
|
||||
|
||||
* Sat Jul 31 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-3
|
||||
- Fix multi process contention for the DBusName in VNC environment
|
||||
|
||||
4
ukui-window-switch.yaml
Normal file
4
ukui-window-switch.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: UKUI/ukui-window-switch
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user