Compare commits

...

4 commits

Author SHA1 Message Date
JieXu
d7865387d0
Update package-rhel.sh 2025-08-21 10:09:08 +08:00
JieXu
c93b6cbce1
Update package-rhel.sh 2025-08-21 10:04:37 +08:00
JieXu
d46bbcb228
Update package-rhel.sh 2025-08-21 07:31:26 +08:00
JieXu
2c0699570f
Update package-rhel.sh. Change describe information 2025-08-21 07:16:49 +08:00

View file

@ -604,6 +604,7 @@ Release: 1%{?dist}
Summary: v2rayN (Avalonia) GUI client for Linux (x86_64/aarch64) Summary: v2rayN (Avalonia) GUI client for Linux (x86_64/aarch64)
License: GPL-3.0-only License: GPL-3.0-only
URL: https://github.com/2dust/v2rayN URL: https://github.com/2dust/v2rayN
BugURL: https://github.com/2dust/v2rayN/issues
ExclusiveArch: aarch64 x86_64 ExclusiveArch: aarch64 x86_64
Source0: __PKGROOT__.tar.gz Source0: __PKGROOT__.tar.gz
@ -612,10 +613,11 @@ Requires: libX11, libXrandr, libXcursor, libXi, libXext, libxcb, libXrende
Requires: fontconfig, freetype, cairo, pango, mesa-libEGL, mesa-libGL Requires: fontconfig, freetype, cairo, pango, mesa-libEGL, mesa-libGL
%description %description
v2rayN GUI client built with Avalonia. v2rayN Linux for Red Hat Enterprise Linux
Installs self-contained publish under /opt/v2rayN and a launcher 'v2rayn'. Support vless / vmess / Trojan / http / socks / Anytls / Hysteria2 / Shadowsocks / tuic / WireGuard
Cores (if bundled): /opt/v2rayN/bin/xray, /opt/v2rayN/bin/sing_box. Support Red Hat Enterprise Linux / Fedora Linux / Rocky Linux / AlmaLinux / CentOS
Geo files for Xray are placed at /opt/v2rayN/bin/xray; launcher will symlink them into user's XDG data dir on first run. For more information, Please visit our website
https://github.com/2dust/v2rayN
%prep %prep
%setup -q -n __PKGROOT__ %setup -q -n __PKGROOT__
@ -666,7 +668,7 @@ cat > %{buildroot}%{_datadir}/applications/v2rayn.desktop << 'EOF'
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Name=v2rayN Name=v2rayN
Comment=GUI client for Xray / sing-box Comment=v2rayN for Red Hat Enterprise Linux
Exec=v2rayn Exec=v2rayn
Icon=v2rayn Icon=v2rayn
Terminal=false Terminal=false