diff --git a/python-text-unidecode.spec b/python-text-unidecode.spec new file mode 100644 index 0000000000000000000000000000000000000000..dcfd07583db4dca9e9ca0ce21726dbf489b8ea64 --- /dev/null +++ b/python-text-unidecode.spec @@ -0,0 +1,41 @@ +Name: python-text-unidecode +Version: 1.3 +Release: 1 +Summary: A Python module for handling non-Roman text data + +License: GPL+ or Artistic +URL: https://github.com/kmike/text-unidecode/ +Source0: https://github.com/kmike/text-unidecode/archive/%{version}/text-unidecode-%{version}.tar.gz +BuildArch: noarch + +%description +text-unidecode is the most basic port of the Text::Unidecode Perl library. + +%package -n python3-text-unidecode +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-text-unidecode} + +%description -n python3-text-unidecode +text-unidecode is the most basic port of the Text::Unidecode Perl library. + +%prep +%autosetup -n text-unidecode-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-text-unidecode +%doc README.rst +%license LICENSE +%{python3_sitelib}/text_unidecode/ +%{python3_sitelib}/text_unidecode-%{version}-py%{python3_version}.egg-info + +%changelog +* Mon Jun 28 2021 Cai Yuxin - 1.3-1 +- Init project diff --git a/text-unidecode-1.3.tar.gz b/text-unidecode-1.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a6b522034709bce518a723e504a6a8cabae34380 Binary files /dev/null and b/text-unidecode-1.3.tar.gz differ