From 05649d98dac1fd5e93623138dd2b0a1e330b87ca Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 18 Jan 2023 13:46:27 +0800 Subject: [PATCH] add build debuginfo and debugsource --- ukui-interface.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ukui-interface.spec b/ukui-interface.spec index 68f9aeb..dd83772 100644 --- a/ukui-interface.spec +++ b/ukui-interface.spec @@ -1,7 +1,6 @@ -%define debug_package %{nil} Name: ukui-interface Version: 1.0.3 -Release: 1 +Release: 2 Summary: UKUI interface provides the interface for system configuration and related libraries. License: GPL-3+ and Apache-2.0 URL: https://github.com/ukui/ukui-interface @@ -26,8 +25,8 @@ ukui interface provides the interface for system configuration and related libra %{make_build} cd %{_builddir}/%{name}-%{version}/src/log4qt -qmake-qt5 -make +%{qmake_qt5} +%{make_build} %install %{make_install} INSTALL_ROOT=%{buildroot} @@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 18 2023 peijiankang - 1.0.3-2 +- add build debuginfo and debugsource + * Wed Nov 9 2022 douyan - 1.0.3-1 - update to upstream version 1.0.3-1