!15 add build debuginfo debugsource

From: @peijiankang 
Reviewed-by: @hua_yadong 
Signed-off-by: @hua_yadong
This commit is contained in:
openeuler-ci-bot 2023-01-18 06:59:19 +00:00 committed by Gitee
commit ee81b8aacf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,6 @@
%define debug_package %{nil}
Name: ukui-interface
Version: 1.0.3
Release: 1
Release: 2
Summary: UKUI interface provides the interface for system configuration and related libraries.
License: GPL-3+ and Apache-2.0
URL: https://github.com/ukui/ukui-interface
@ -26,8 +25,8 @@ ukui interface provides the interface for system configuration and related libra
%{make_build}
cd %{_builddir}/%{name}-%{version}/src/log4qt
qmake-qt5
make
%{qmake_qt5}
%{make_build}
%install
%{make_install} INSTALL_ROOT=%{buildroot}
@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jan 18 2023 peijiankang <peijiankang@kylinos.cn> - 1.0.3-2
- add build debuginfo and debugsource
* Wed Nov 9 2022 douyan <douyan@kylinos.cn> - 1.0.3-1
- update to upstream version 1.0.3-1