!9 add build debuginfo and debugsource
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
3126449ec2
@ -1,7 +1,6 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
Name: kylin-burner
|
Name: kylin-burner
|
||||||
Version: 3.10.2
|
Version: 3.10.2
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: CD/DVD burning application for UKUI.
|
Summary: CD/DVD burning application for UKUI.
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/UbuntuKylin/kylin-burner
|
URL: https://github.com/UbuntuKylin/kylin-burner
|
||||||
@ -33,8 +32,8 @@ CD/DVD burning application for UKUI.
|
|||||||
%build
|
%build
|
||||||
mkdir cmake-build
|
mkdir cmake-build
|
||||||
pushd cmake-build
|
pushd cmake-build
|
||||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
%cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make
|
%{make_build}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -49,6 +48,9 @@ popd
|
|||||||
%{_datadir}/locale/zh_CN/LC_MESSAGES/kylin-burner.mo
|
%{_datadir}/locale/zh_CN/LC_MESSAGES/kylin-burner.mo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 19 2022 peijiankang <peijiankang@kylinos.cn> - 3.10.2-4
|
||||||
|
- add build debuginfo and debugsource
|
||||||
|
|
||||||
* Fri Aug 19 2022 peijiankang <peijiankang@kylinos.cn> - 3.10.2-3
|
* Fri Aug 19 2022 peijiankang <peijiankang@kylinos.cn> - 3.10.2-3
|
||||||
- Fix the problem of scrambled burner
|
- Fix the problem of scrambled burner
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user