From e2764308a6ef91e7d73ed23265b1d790f1e13cf4 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 8 Feb 2023 14:31:53 +0800 Subject: [PATCH] add build debuginfo and debugsource --- ukui-bluetooth.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ukui-bluetooth.spec b/ukui-bluetooth.spec index fe9300f..d4690fc 100644 --- a/ukui-bluetooth.spec +++ b/ukui-bluetooth.spec @@ -1,8 +1,6 @@ -%define debug_package %{nil} - Name: ukui-bluetooth Version: 1.0.3 -Release: 1 +Release: 2 Summary: Advanced ukui bluetooth License: GPLv2+ URL: http://www.ukui.org @@ -34,8 +32,8 @@ A lightweight Bluetooth tool based on libkf5bluezqt6 on the UKUI desktop environ %build mkdir build && cd build -qmake-qt5 .. -make +%{qmake_qt5} .. +%{make_build} %install rm -rf $RPM_BUILD_ROOT @@ -74,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 08 2023 peijiankang - 1.0.3-2 +- add build debuginfo and debugsource + * Fri Nov 18 2022 douyan - 1.0.3-1 - update to upstream version 1.0.3