Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit a0dffcf761)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-02-16 03:05:46 -08:00
committed by GitHub
parent 2f700ec2c1
commit 72e95ace67
+4 -8
View File
@@ -8,11 +8,11 @@ URL: https://github.com/SUPERCILEX/fuc
Source0: https://raw.githubusercontent.com/SUPERCILEX/fuc/%{version}/README.md
Source1: https://raw.githubusercontent.com/SUPERCILEX/fuc/%{version}/LICENSE
%ifarch x86_64
Source2: %{url}/releases/download/%{version}/rmz-x86_64-unknown-linux-gnu
Source3: %{url}/releases/download/%{version}/cpz-x86_64-unknown-linux-gnu
Source2: %{url}/releases/download/%{version}/x86_64-unknown-linux-gnu-rmz
Source3: %{url}/releases/download/%{version}/x86_64-unknown-linux-gnu-cpz
%elifarch aarch64
Source2: %{url}/releases/download/%{version}/rmz-aarch64-unknown-linux-gnu
Source3: %{url}/releases/download/%{version}/cpz-aarch64-unknown-linux-gnu
Source2: %{url}/releases/download/%{version}/aarch64-unknown-linux-gnu-rmz
Source3: %{url}/releases/download/%{version}/aarch64-unknown-linux-gnu-cpz
%endif
License: Apache-2.0
Requires: cpz rmz
@@ -60,7 +60,3 @@ install -Dm755 %{SOURCE3} %{buildroot}/usr/bin/cpz
%doc README.md
%license LICENSE
/usr/bin/cpz
%changelog
* Wed Jan 18 2023 windowsboy111 <windowsboy111@fyralabs.com> - 1.1.3-1
- Initial package