From 8ee1918e747e7041e5797522c4c679f00e10bbbd Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 1 Feb 2023 23:00:35 +0800 Subject: [PATCH] add build debuginfo and debugsource --- kylin-recorder.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kylin-recorder.spec b/kylin-recorder.spec index 1fd47a2..6187741 100644 --- a/kylin-recorder.spec +++ b/kylin-recorder.spec @@ -1,7 +1,6 @@ -%define debug_package %{nil} Name: kylin-recorder Version: 1.3.0 -Release: 1 +Release: 2 Summary: kylin-recorder License: GPL-3.0-or-later URL: https://github.com/UbuntuKylin/kylin-recorder @@ -38,8 +37,8 @@ Requires: gstreamer1-plugins-good kylin-recording %prep - %setup -q + %build export PATH=%{_qt5_bindir}:$PATH @@ -64,6 +63,9 @@ popd %{_datadir}/kylin-recorder/translations/* %changelog +* Mon Feb 06 2023 peijiankang - 1.3.0-2 +- add build debuginfo and debugsource + * Mon Oct 24 2022 tanyulong - 1.3.0-1 - update upstream version 1.3.0 -- Gitee