!5 add build debuginfo and debugsource

From: @peijiankang 
Reviewed-by: @hua_yadong 
Signed-off-by: @hua_yadong
This commit is contained in:
openeuler-ci-bot 2023-02-09 06:22:07 +00:00 committed by Gitee
commit b8bfd00287
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,8 +1,6 @@
%define debug_package %{nil}
Name: libkysdk-applications
Version: 2.0.0
Release: 1
Release: 2
Summary: Kylin Software Development Kit - Applications Layer Kit
License: GPL-2+
URL: http://www.ukui.org
@ -153,13 +151,13 @@ kysdk-ukenv head file
%build
mkdir build && cd build
qmake-qt5 ..
make -j4
%{qmake_qt5} ..
%{make_build}
%install
rm -rf $RPM_BUILD_ROOT
pushd build
make INSTALL_ROOT=%{buildroot} install
%{make_install} INSTALL_ROOT=%{buildroot}
popd
@ -266,6 +264,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/kysdk/applications/usermanual.h
%changelog
* Thu Feb 09 2023 peijiankang <peijiankang@kylinos.cn> - 2.0.0-2
- add build debuginfo and debugsource
* Thu Dec 22 2022 peijiankang <peijiankang@kylinos.cn> - 2.0.0-1
- update version to 2.0.0