!8 add build debuginfo and debugsource
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
5f973d4804
@ -1,7 +1,6 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-notebook
|
||||
Version: 3.1.0
|
||||
Release: 5
|
||||
Release: 6
|
||||
Summary: A component of the ukui desktop environment that provides convenient text
|
||||
License: GPL-2+
|
||||
URL: http://www.ukui.org
|
||||
@ -40,13 +39,13 @@ A component of the ukui desktop environment that provides convenient text record
|
||||
|
||||
%build
|
||||
mkdir build && cd build
|
||||
qmake-qt5 ..
|
||||
make
|
||||
%{qmake_qt5} ..
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd %{_builddir}/%{name}-%{version}/build
|
||||
make INSTALL_ROOT=%{buildroot} install
|
||||
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||
|
||||
|
||||
|
||||
@ -63,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ukui-notebook/ukui-notebook_zh_CN.qm
|
||||
|
||||
%changelog
|
||||
* Wed Feb 08 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-6
|
||||
- add build debuginfo and debugsource
|
||||
|
||||
* Wed Aug 03 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-5
|
||||
- Modified to operate font style only when selected
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user