summaryrefslogtreecommitdiff
path: root/file-classifier.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-01-08 15:04:12 +0000
committerCoprDistGit <infra@openeuler.org>2025-01-08 15:04:12 +0000
commitda7718f886ddced9be2678b3a80bcde44761928a (patch)
tree6b2ad0b67bfb526ce90f56b7ba6efe44c431f202 /file-classifier.spec
parent474c75ddd252b43986e36dbb2e8f3df445c3af4f (diff)
automatic import of file-classifier
Diffstat (limited to 'file-classifier.spec')
-rw-r--r--file-classifier.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/file-classifier.spec b/file-classifier.spec
new file mode 100644
index 0000000..eab1751
--- /dev/null
+++ b/file-classifier.spec
@@ -0,0 +1,37 @@
+Name: file-classifier
+Version: 1.0.0
+Release: 1%{?dist}
+Summary: A simple file classifier
+License: MULANPSL-2.0
+URL: https://atomgit.com/openeuler123/shewoqishui
+Source0: %{name}-%{version}.tar.gz
+
+BuildArch: noarch
+BuildRequires: python3dist(setuptools)
+
+%description
+A simple file classifier
+
+%prep
+%autosetup -n %{name}-%{version}
+
+%build
+%py3_build
+
+%install
+%py3_install_wheel python_magic-0.4.27-py2.py3-none-any.whl
+%py3_install
+
+%files
+%license license
+%doc README.md
+%{_bindir}/%{name}
+%{python3_sitelib}/file_classifier
+%{python3_sitelib}/file_classifier-%{version}-py%{python3_version}.egg-info
+# requires
+%{python3_sitelib}/magic
+%{python3_sitelib}/python_magic-0.4.27.dist-info
+
+%changelog
+* Thu Jan 02 2025 SongYan <843558935@qq.com> - 1.0.0-1
+- Initial version