diff options
| author | ruki <[email protected]> | 2023-12-18 23:54:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-18 23:54:07 +0800 |
| commit | e554da0ac38789803a6cd85a4d85053c3e290021 (patch) | |
| tree | cc7b5f596d84e336cc981e0ef42e3e3261172a49 | |
| parent | 6e4ca7085141b94d030d963129f6f74873f72867 (diff) | |
add debug info
| -rw-r--r-- | xmake/scripts/xpack/srpm/srpm.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/scripts/xpack/srpm/srpm.spec b/xmake/scripts/xpack/srpm/srpm.spec index 631c4522d..b9bf7d8f9 100644 --- a/xmake/scripts/xpack/srpm/srpm.spec +++ b/xmake/scripts/xpack/srpm/srpm.spec @@ -2,6 +2,8 @@ # it is autogenerated by the xmake build system. # do not edit by hand. +%global debug_package %{nil} + Name: ${PACKAGE_NAME} Version: ${PACKAGE_VERSION} Release: 1%{?dist} @@ -28,6 +30,7 @@ ${PACKAGE_INSTALLCMDS} %check %files +%{_exec_prefix}/resources/assets/file1.txt %{_exec_prefix}/resources/assets/file2.txt %changelog |
