summaryrefslogtreecommitdiff
path: root/cjfilesorter.spec
blob: 2936181b0de6e1d3a9510fa3c96f9e5777e56e9c (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
Name:           CJfsorter
Version:        0.1
Release:        1%{?dist}
Summary:        A filesorter to sort file by Cangjie

License:        MIT
URL:            example.com
Source0:        %{name}.tar

%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>
-