add build debuginfo and debugsource

This commit is contained in:
peijiankang 2023-02-10 13:18:47 +08:00
parent e796681c7a
commit d0c9631150

View File

@ -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 <peijiankang@kylinos.cn> - 3.1.0-1
* Fri Feb 10 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-2
- add build debuginfo and debugsource
* 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