add build debuginfo and debugsource

This commit is contained in:
peijiankang 2023-01-18 13:46:27 +08:00
parent 7fd488eafd
commit 05649d98da

View File

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