Name: hyperspace Version: 5.0.220 Release: 1%{?dist} Summary: WhiteStar HyperSpace Service License: GPL Source0: https://whitestar.io/repo/hyperspace/5.0.023/5.0.220/hyperspace.tar.xz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: make Requires: telnet %description WhiteStar HyperSpace Service %prep %autosetup -n %{name} %build ESLINT=0 NODE_ENV=production make %install make install-service DESTDIR=%{buildroot} PREFIX=/home/whitestar/hyperspace %files %doc README.md %attr(0744, root, root) /home/whitestar/hyperspace/* %attr(0744, root, root) /home/whitestar/hyperspace/dist/* %attr(0755, root, root) /home/whitestar/hyperspace/dist/libs/* # Script to be run after package is installed %post chown -R root /home/whitestar/hyperspace chown -R root /home/whitestar/hyperspace/dist # if java 21 folder is not installed, install it if [ ! -d /opt/jdk-21.0.1 ]; then echo "##" echo "## Installing Java 21.0.1" echo "##" cd /tmp wget -c https://cdn.azul.com/zulu/bin/zulu21.30.15-ca-fx-jdk21.0.1-linux_x64.tar.gz tar xzf zulu21.30.15-ca-fx-jdk21.0.1-linux_x64.tar.gz mv zulu21.30.15-ca-fx-jdk21.0.1-linux_x64 /opt/jdk-21.0.1 fi if [ ! -e /etc/systemd/system/hyperspace.service ]; then echo "##" echo "## Creating the HyperSpace Service" echo "##" cat > /etc/systemd/system/hyperspace.service <