diff --git a/ukui-window-switch.spec b/ukui-window-switch.spec index bca0e84..6429519 100644 --- a/ukui-window-switch.spec +++ b/ukui-window-switch.spec @@ -1,7 +1,6 @@ -%define debug_package %{nil} Name: ukui-window-switch Version: 3.1.0 -Release: 1 +Release: 2 Summary: Front of the window switch License: GPL-2+ and BSD-2-clause and BSD-3-clause URL: http://www.ukui.org @@ -28,12 +27,12 @@ BuildRequires: ukui-interface %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 @@ -45,7 +44,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/ukui-window-switch/ %changelog -* Mon Dec 5 2022 peijiankang - 3.1.0-1 +* Fri Feb 10 2023 peijiankang - 3.1.0-2 +- add build debuginfo and debugsource + +* Mon Dec 5 2022 peijiankang - 3.1.0-1 - update version to 3.1.0 * Tue Jul 12 2022 peijiankang - 3.0.2-2