add build debuginfo and debugsource

This commit is contained in:
peijiankang 2023-02-01 23:00:35 +08:00
parent dda27f2653
commit 8ee1918e74

View File

@ -1,7 +1,6 @@
%define debug_package %{nil}
Name: kylin-recorder Name: kylin-recorder
Version: 1.3.0 Version: 1.3.0
Release: 1 Release: 2
Summary: kylin-recorder Summary: kylin-recorder
License: GPL-3.0-or-later License: GPL-3.0-or-later
URL: https://github.com/UbuntuKylin/kylin-recorder URL: https://github.com/UbuntuKylin/kylin-recorder
@ -38,8 +37,8 @@ Requires: gstreamer1-plugins-good
kylin-recording kylin-recording
%prep %prep
%setup -q %setup -q
%build %build
export PATH=%{_qt5_bindir}:$PATH export PATH=%{_qt5_bindir}:$PATH
@ -64,6 +63,9 @@ popd
%{_datadir}/kylin-recorder/translations/* %{_datadir}/kylin-recorder/translations/*
%changelog %changelog
* Mon Feb 06 2023 peijiankang <peijiankang@kylinos.cn> - 1.3.0-2
- add build debuginfo and debugsource
* Mon Oct 24 2022 tanyulong<tanyulong@kylinos.cn> - 1.3.0-1 * Mon Oct 24 2022 tanyulong<tanyulong@kylinos.cn> - 1.3.0-1
- update upstream version 1.3.0 - update upstream version 1.3.0