add build debuginfo and debugsource

This commit is contained in:
peijiankang 2023-01-30 15:05:29 +08:00
parent 080e40d179
commit d2e434df7b

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