summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-02-20 09:29:01 +0000
committerCoprDistGit <infra@openeuler.org>2025-02-20 09:29:01 +0000
commit2c5c0653e917de37b6910864f327cf8270c9e4bb (patch)
tree77fdb84aec888049ab663809b413419205ef2a0d
parent41e3a3723319c0e3e1e36724fcb2fa17caca6146 (diff)
automatic import of CJfsorter
-rw-r--r--.gitignore1
-rw-r--r--cjfilesorter.spec36
-rw-r--r--sources1
3 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..4946cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CJfsorter-0.1.tar.gz
diff --git a/cjfilesorter.spec b/cjfilesorter.spec
new file mode 100644
index 0000000..7c828ed
--- /dev/null
+++ b/cjfilesorter.spec
@@ -0,0 +1,36 @@
+Name: CJfsorter
+Version: 0.1
+Release: 1%{?dist}
+Summary: A filesorter to sort file by Cangjie
+
+License: MIT
+URL: example.com
+Source0: %{name}-%{version}.tar.gz
+
+
+%description
+A filesorter to sort file by Cangjie
+
+%prep
+%autosetup
+make envset
+
+
+%build
+%make_build
+
+
+%install
+%make_install
+
+
+%files
+%license LICENSE
+%{_bindir}/main
+cangjie
+
+
+
+%changelog
+* Sun Feb 16 2025 Youser <1328699220@qq.com>
+-
diff --git a/sources b/sources
new file mode 100644
index 0000000..64be827
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+1276481102f218c981e0324180bafd9f CJfsorter-0.1.tar.gz