From 2488dd3405b2d6421e3514ba0c6ed907f327b48d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 26 Dec 2024 10:59:04 +0000 Subject: automatic import of Document_Classification --- Document_Classification-1.0.0.spec | 49 ++++++++++++++++++++++++++++++++++++++ Document_Classification.spec | 49 -------------------------------------- sources | 2 +- 3 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 Document_Classification-1.0.0.spec delete mode 100644 Document_Classification.spec diff --git a/Document_Classification-1.0.0.spec b/Document_Classification-1.0.0.spec new file mode 100644 index 0000000..a188eb9 --- /dev/null +++ b/Document_Classification-1.0.0.spec @@ -0,0 +1,49 @@ +# 软件包名称 +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 等) +License: MULANPSL-2.0 License +# 软件包的主页 URL,如果有,修改为实际的项目网址 +URL: https://gitee.com/crayon-xiaoxin-xin/XiaoWu.git + +# 定义软件包的原始源代码的获取位置和文件名格式 +Source0: %{name}-%{version}.tar.gz + +# 生成调试相关的软件包内容 +%define debug_package %{nil} + +# 软件包的详细描述 +%description +This is a more detailed description of my_package. +It includes [文件分类,将一个路径下的文件夹和子文件夹遍历,按照文件类型移动到file、doc、exe、txt,其中file属于其他文件]. + + +# 准备阶段的命令,通常用于解压源代码等操作 +%prep +echo "开始进入%prep阶段..." +%autosetup +echo "已进入的源文件目录:$(pwd)" + + + +# 构建阶段的命令,根据项目的实际构建过程进行修改 +%build +cjpm build + +# 安装阶段的命令,指定软件包的安装路径和要安装的文件 +%install +mkdir -p %{buildroot}/root/Document_Classification/bin +mkdir -p %{buildroot}/root/Document_Classification/conf +cp -r %{_builddir}/%{name}-%{version}/target/release/bin/* %{buildroot}/root/Document_Classification + +# 定义软件包中的文件和目录的权限设置 +%files +/root/Document_Classification/bin/* + diff --git a/Document_Classification.spec b/Document_Classification.spec deleted file mode 100644 index 01eb8f8..0000000 --- a/Document_Classification.spec +++ /dev/null @@ -1,49 +0,0 @@ -# 软件包名称 -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 等) -License: GPLv3 -# 软件包的主页 URL,如果有,修改为实际的项目网址 -URL: https://gitee.com/crayon-xiaoxin-xin/XiaoWu.git - -# 定义软件包的原始源代码的获取位置和文件名格式 -Source0: %{name}-%{version}.tar.gz - -# 生成调试相关的软件包内容 -%define debug_package %{nil} - -# 软件包的详细描述 -%description -This is a more detailed description of my_package. -It includes [文件分类,将一个路径下的文件夹和子文件夹遍历,按照文件类型移动到file、doc、exe、txt,其中file属于其他文件]. - - -# 准备阶段的命令,通常用于解压源代码等操作 -%prep -echo "开始进入%prep阶段..." -%autosetup - - - - -# 构建阶段的命令,根据项目的实际构建过程进行修改 -%build -cjpm build - -# 安装阶段的命令,指定软件包的安装路径和要安装的文件 -%install -mkdir -p %{buildroot}/root/Document_Classification/bin -mkdir -p %{buildroot}/root/Document_Classification/conf -cp -r %{_builddir}/%{name}-%{version}/target/release/bin/* %{buildroot}/root/Document_Classification - -# 定义软件包中的文件和目录的权限设置 -%files -/root/Document_Classification/bin/* - diff --git a/sources b/sources index 03abded..12e500d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2cc4984fc50d84ce5ecf14eb8868b5d Document_Classification-1.0.0.tar.gz +cb2b5baab9e1eeb1dd0d8f4b5843c5fe Document_Classification-1.0.0.tar.gz -- cgit v1.2.3