add build debuginfo and debugsource

This commit is contained in:
peijiankang 2023-02-09 09:50:21 +08:00
parent cc75f672aa
commit 5e59594919

View File

@ -1,7 +1,6 @@
%define debug_package %{nil}
Name: ukui-power-manager Name: ukui-power-manager
Version: 3.1.2 Version: 3.1.2
Release: 1 Release: 2
Summary: power management tool for the UKUI desktop Summary: power management tool for the UKUI desktop
License: GPL-3+ License: GPL-3+
URL: http://www.ukui.org URL: http://www.ukui.org
@ -26,8 +25,8 @@ events, all integrated to other components of the UKUI desktop.
%setup -q %setup -q
%build %build
qmake-qt5 %{qmake_qt5}
%{make_build} -j2 %{make_build}
%install %install
%{make_install} INSTALL_ROOT=%{buildroot} %{make_install} INSTALL_ROOT=%{buildroot}
@ -70,6 +69,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null ||:
%{_datadir}/man/* %{_datadir}/man/*
%changelog %changelog
* Thu Feb 09 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.2-2
- add build debuginfo and debugsource
* Tue Dec 6 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.2-1 * Tue Dec 6 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.2-1
- update version to 3.1.2 - update version to 3.1.2