!7 [sync] PR-6: enable debuginfo for fix strip

From: @openeuler-sync-bot 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
This commit is contained in:
openeuler-ci-bot 2022-12-28 02:38:35 +00:00 committed by Gitee
commit ba2beddb2a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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