blob: 861f55256ceb5c8fbde52e82421e2d1bee44512b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Name: CJfsorter
Version: 0.1
Release: 1%{?dist}
Summary: A filesorter to sort file by Cangjie
License: MIT
URL: example.com
Source0: %{name}.tar.gz
Source1: https://cangjie-lang.cn/v1/files/auth/downLoad?nsId=142267&fileName=Cangjie-0.53.18-linux_aarch64.tar.gz&objectKey=67a2c8606a75297d1cdc1d48
Source2: https://cangjie-lang.cn/v1/files/auth/downLoad?nsId=142267&fileName=Cangjie-0.53.18-linux_x64.tar.gz&objectKey=67a2c8976a75297d1cdc1d4c
%description
A filesorter to sort file by Cangjie
%prep
echo "--------------Prep------------------"
%setup -q
make envset
%build
%make_build
%install
%make_install
%files
%license LICENSE
%{_bindir}/main
cangjie
%changelog
* Sun Feb 16 2025 Youser <1328699220@qq.com>
-
|