%global _empty_manifest_terminate_build 0 Name: python-unicodedata2 Version: 15.0.0 Release: 1 Summary: Unicodedata backport updated to the latest Unicode version. License: Apache License 2.0 URL: http://github.com/fonttools/unicodedata2 Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/d6/d533700679436625415094a95415db1e7357c48bdeb1b90653f3b903174e/unicodedata2-15.0.0.tar.gz Requires: python3-pytest Requires: python3-coverage Requires: python3-pytest-xdist Requires: python3-pytest-randomly %description [unicodedata] backport/updates. The versions of this package match Unicode versions, so unicodedata2==13.0.0 is data from Unicode 13.0.0. Pre-compiled wheel packages are available on [PyPI] and can be installed via pip. [unicodedata]: https://docs.python.org/3/library/unicodedata.html [PyPI]: https://pypi.org/project/unicodedata2/ %package -n python3-unicodedata2 Summary: Unicodedata backport updated to the latest Unicode version. Provides: python-unicodedata2 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-cffi BuildRequires: gcc BuildRequires: gdb %description -n python3-unicodedata2 [unicodedata] backport/updates. The versions of this package match Unicode versions, so unicodedata2==13.0.0 is data from Unicode 13.0.0. Pre-compiled wheel packages are available on [PyPI] and can be installed via pip. [unicodedata]: https://docs.python.org/3/library/unicodedata.html [PyPI]: https://pypi.org/project/unicodedata2/ %package help Summary: Development documents and examples for unicodedata2 Provides: python3-unicodedata2-doc %description help [unicodedata] backport/updates. The versions of this package match Unicode versions, so unicodedata2==13.0.0 is data from Unicode 13.0.0. Pre-compiled wheel packages are available on [PyPI] and can be installed via pip. [unicodedata]: https://docs.python.org/3/library/unicodedata.html [PyPI]: https://pypi.org/project/unicodedata2/ %prep %autosetup -n unicodedata2-15.0.0 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-unicodedata2 -f filelist.lst %dir %{python3_sitearch}/* %files help -f doclist.lst %{_docdir}/* %changelog * Mon Apr 10 2023 Python_Bot - 15.0.0-1 - Package Spec generated