summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Document_Classification.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/Document_Classification.spec b/Document_Classification.spec
index ac36f32..01eb8f8 100644
--- a/Document_Classification.spec
+++ b/Document_Classification.spec
@@ -4,6 +4,8 @@ Name: Document_Classification
Version: 1.0.0
# 发布号,每次发布时递增,初始可以为 1
Release: 1%{?dist}
+# 声明依赖关系,此处示例依赖一个软件包和一个库,按实际情况修改
+Requires: std.fs.*,std.os,std.convert.*,std.console.*,std.os.process.*
# 软件包的简短描述,简要说明软件包的功能
Summary: This is a sample package for [文件分类]
# 软件包的许可证,修改为你的软件包所使用的许可证(如 GPL、MIT 等)