Name: python-jaconv Version: 0.3.4 Release: 1%{?dist} Summary: Pure-Python Japanese character interconverter for Hiragana, Katakana, Hankaku, Zenkaku and more License: MIT-0 URL: https://github.com/ikegami-yukino/jaconv Source: https://github.com/ikegami-yukino/jaconv/archive/refs/tags/v0.3.4.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: a Python Natural Language Processing (NLP) library to transliterate hiragana, katakana and kanji (Japanese text) into rōmaji (Latin/Roman alphabet). It can handle characters in NFC form.} %description %_description %package -n python3-jaconv Summary: %{summary} %description -n python3-jaconv %_description %prep %autosetup -p1 -n jaconv-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install rm -f %{buildroot}/usr/CHANGES.rst %{buildroot}/usr/README.rst %pyproject_save_files -l jaconv %files -n python3-jaconv -f %{pyproject_files} %doc CHANGES.rst README.rst %changelog * Sat Nov 30 2024 Kevin Fenzi - 0.3.4-1 - Initial version