diff options
Diffstat (limited to 'Document_Classification-1.0.0.spec')
-rw-r--r-- | Document_Classification-1.0.0.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Document_Classification-1.0.0.spec b/Document_Classification-1.0.0.spec index 9c56831..86c9e56 100644 --- a/Document_Classification-1.0.0.spec +++ b/Document_Classification-1.0.0.spec @@ -1,11 +1,11 @@ Name: Document_Classification
-Version:1.0.0
-Release:1%{?dist}
-Summary:file reoganize
+Version:1.0.0
+Release: 1%{?dist}
+Summary:Document Classification
License:MULANPSL-2.0
-URL: https://gitee.com/crayon-xiaoxin-xin/XiaoWu.git
-Source0:%{name}-%{version}.tar.gz
+URL: https://atomgit.com/openeuler123/XIaoWu.git
+Source0: %{name}-%{version}.tar.gz
%define debug_package %{nil}
@@ -13,7 +13,8 @@ Source0:%{name}-%{version}.tar.gz %prep
-%setup -q # -q makes it quiet
+%autosetup
+# %setup -q -q makes it quiet
%build
|