Commit graph

7 commits

Author SHA1 Message Date
Aikawa Yataro
6267101eaf
refactor: instead of a hardcoded path, use the -r when creating a relative link 2024-08-19 08:22:47 +00:00
Aikawa Yataro
90edabeb32
fix: update RPM dependencies 2024-08-19 08:22:38 +00:00
Aikawa Yataro
211c263043
fix: failed to resolve dependencies with aarch64 RPM package
dependencies on aarch64 will not be resolved if library names are specified without architecture
we could use `%{?_isa}` macro, however it looks like specifying library names as dependencies is generally avoided
2024-08-19 07:36:51 +00:00
Aikawa Yataro
6bea4b42a2
build: refactor build scripts
use right way to include symlinks and some other minor changes
2024-08-03 12:58:57 +00:00
leo
f455df0937 build: use symbolic link instead of custom script file to add command line for this software on Linux 2024-06-28 11:21:58 +08:00
leo
ae63aa334a fix: rpm file permission by habegit (#128) 2024-05-14 17:23:19 +08:00
leo
7f7e5ef5f8 refactor: rewrite all build scripts
* supports generate rpm package on Linux
* use a global VERSION file
2024-04-16 17:29:36 +08:00