add build debuginfo and debugsource

This commit is contained in:
peijiankang 2023-02-07 17:18:35 +08:00
parent 54f04dad0e
commit ffe5031af3

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