diff options
author | CoprDistGit <infra@openeuler.org> | 2025-02-09 05:02:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-02-09 05:02:43 +0000 |
commit | 4b948e7a9b29390b2b695640674a8db971f38156 (patch) | |
tree | ebe5a91e2ee69e02885944f8888955d09156b06a | |
parent | 27640ca07fd5bd5a6ddec83c55dbd96124a9b716 (diff) |
automatic import of python-filesorteropeneuler24.03_LTS
-rw-r--r-- | filesorter.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesorter.spec b/filesorter.spec index 9eda4ec..c3b3d45 100644 --- a/filesorter.spec +++ b/filesorter.spec @@ -40,7 +40,7 @@ Summary: %{summary} %install # Simple Python pkg, copy the script mkdir -p %{buildroot}%{python3_sitelib}/filesorter/ -cp %{SOURCE0} %{buildroot}%{python3_sitelib}/filesorter/xxx.py +cp %{SOURCE0} %{buildroot}%{python3_sitelib}/filesorter/filesorter.py %check %{pytest} |