enable debuginfo for fix strip

(cherry picked from commit cc818a2a4f6e217dfe34d47b0464746b1b632e5b)
This commit is contained in:
liweiganga 2022-12-21 16:37:04 +08:00 committed by openeuler-sync-bot
parent 742248939b
commit 1a288b3d80

View File

@ -1,5 +1,5 @@
%global repo go-dbus-generator
%global with_debug 1
%global with_debug 0
%global _unpackaged_files_terminate_build 0
%if 0%{?with_debug}
@ -8,7 +8,7 @@
Name: deepin-dbus-generator
Version: 0.6.6
Release: 2
Release: 3
Summary: Convert dbus interfaces to go-lang or qml wrapper code
License: GPLv3+
URL: https://github.com/linuxdeepin/go-dbus-generator
@ -40,7 +40,11 @@ install -Dm755 dbus-generator %{buildroot}%{_bindir}/dbus-generator
%{_bindir}/dbus-generator
%changelog
* Wed Dec 21 2022 liweiganga <liweiganga@uniontech.com> - 0.6.6-3
- enable debuginfo for fix strip
* Thu Feb 18 2021 panchenbo <panchenbo@uniontech.com> - 0.6.6-2
- fix build error
* Thu Sep 10 2020 chenbo pan <panchenbo@uniontech.com> - 0.6.6-1
- Initial build