add build debuginfo and debugsource
This commit is contained in:
parent
783963d703
commit
02149a477c
@ -1,7 +1,6 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
Name: ukui-notebook
|
Name: ukui-notebook
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: A component of the ukui desktop environment that provides convenient text
|
Summary: A component of the ukui desktop environment that provides convenient text
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -40,13 +39,13 @@ A component of the ukui desktop environment that provides convenient text record
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
qmake-qt5 ..
|
%{qmake_qt5} ..
|
||||||
make
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
cd %{_builddir}/%{name}-%{version}/build
|
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
|
%{_datadir}/ukui-notebook/ukui-notebook_zh_CN.qm
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 03 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-5
|
||||||
- Modified to operate font style only when selected
|
- Modified to operate font style only when selected
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user