diff options
Diffstat (limited to 'file-classifier.spec')
-rw-r--r-- | file-classifier.spec | 37 |
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 |