!21 add build debuginfo and debugsource

From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2023-01-31 02:24:01 +00:00 committed by Gitee
commit 9087a5ce0b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,6 @@
%define debug_package %{nil}
Name: kylin-calculator Name: kylin-calculator
Version: 1.1.0 Version: 1.1.0
Release: 1 Release: 2
Summary: Calculator tool for UKUI Summary: Calculator tool for UKUI
License: LGPL-3.0-or-later and GPL-3.0-or-later License: LGPL-3.0-or-later and GPL-3.0-or-later
URL: http://www.ukui.org URL: http://www.ukui.org
@ -17,17 +16,18 @@ BuildRequires: pkgconf
BuildRequires: gsl-devel BuildRequires: gsl-devel
BuildRequires: qt5-qtx11extras-devel BuildRequires: qt5-qtx11extras-devel
BuildRequires: gsettings-qt-devel BuildRequires: gsettings-qt-devel
BuildRequires: gmp-devel
BuildRequires: ukui-interface BuildRequires: ukui-interface
BuildRequires: gmp-devel
BuildRequires: libkysdk-kabase-devel
# Requires: NetworkManager # Requires: NetworkManager
%description %description
Calculator is a lightweight calculator based on Calculator is a lightweight calculator based on
QT5 development, can provide scientific calculation QT5 development, can provide scientific calculation
and exchange rate conversion and other calculation and exchange rate conversion and other calculation
modes, with simple to use, friendly interface modes, with simple to use, friendly interface
and other advantages. and other advantages.
%prep %prep
%setup -q %setup -q
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/kylin-user-guide/data/guide/kylin-calculator/* %{_datadir}/kylin-user-guide/data/guide/kylin-calculator/*
%changelog %changelog
* Mon Jan 30 2023 peijiankang <peijiankang@kylinos.cn> - 1.1.0-2
- add debugsource and debuginfo
* Mon Oct 24 2022 tanyulong <tanyulong@kylinos.cn> - 1.1.0-1 * Mon Oct 24 2022 tanyulong <tanyulong@kylinos.cn> - 1.1.0-1
- update upstream version 1.1.0 - update upstream version 1.1.0