!29 add build debuginfo and debugsource

From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2023-02-08 09:11:48 +00:00 committed by Gitee
commit fe035e28f4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,8 +1,6 @@
%define debug_package %{nil}
Name: peony Name: peony
Version: 3.10.0 Version: 3.10.0
Release: 1 Release: 2
Summary: file Manager for the UKUI desktop Summary: file Manager for the UKUI desktop
License: GPL-3.0-or-later and MIT and BSD-3-Clause License: GPL-3.0-or-later and MIT and BSD-3-Clause
URL: http://www.ukui.org URL: http://www.ukui.org
@ -81,13 +79,13 @@ Provides: libpeony
%setup -q %setup -q
%build %build
qmake-qt5 %{qmake_qt5}
make %{make_build}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make INSTALL_ROOT=%{buildroot} install %{make_install} INSTALL_ROOT=%{buildroot}
#peony-common #peony-common
mkdir -p %{buildroot}/usr/share/dbus-1/interfaces mkdir -p %{buildroot}/usr/share/dbus-1/interfaces
@ -135,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/*.so %{_prefix}/%{_lib}/*.so
%changelog %changelog
* Tue Feb 07 2023 peijiankang <peijiankang@kylinos.cn> - 3.10.0-2
- add build debuginfo and debugsource
* Mon Nov 14 2022 tanyulong <tanyulong@kylinos.cn> - 3.10.0-1 * Mon Nov 14 2022 tanyulong <tanyulong@kylinos.cn> - 3.10.0-1
- update version 3.10.0 - update version 3.10.0