python-polib/python-polib.spec
wangqiang 55ad7871bd Add build require gettext and fix test case test_save_as_mofile
(cherry picked from commit fa75feb119ad7e0f75a0047907278444c2a9124c)
2024-06-07 11:01:18 +08:00

64 lines
1.8 KiB
RPMSpec
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Name: python-polib
Version: 1.2.0
Release: 2
Summary: A library to manipulate gettext files (po and mo files)
License: MIT
URL: https://pypi.org/project/polib/
Source0: https://pypi.python.org/packages/source/p/polib/polib-%{version}.tar.gz
Patch0: msgfmt-dont-convert-the-messages-to-UTF-8-encoding.patch
BuildRequires: python3-devel gettext
BuildArch: noarch
%description
polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load
existing files, iterate through its entries, add, modify entries, comments or metadata, etc… or
create new po files from scratch.
%package -n python3-polib
Summary: A library to manipulate gettext files (po and mo files)
%{?python_provide:%python_provide python3-polib}
%description -n python3-polib
polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load
existing files, iterate through its entries, add, modify entries, comments or metadata, etc… or
create new po files from scratch.
%prep
%autosetup -n polib-%{version} -p1
rm -rf polib.egg-info
%build
%py3_build
%install
%py3_install
%check
%{__python3} tests/tests.py
%files -n python3-polib
%doc README.rst
%license LICENSE
%{python3_sitelib}/*
%changelog
* Thu Jun 6 2024 wangqiang <wangqiang1@kylinos.con> - 1.2.0-2
- Add build require gettext, and fix test case test_save_as_mofile
* Tue Aug 22 2023 wulei <wu_lei@hoperun.com> - 1.2.0-1
- Update to 1.2.0
* Thu Jun 09 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.1.1-1
- Upgrade to version 1.1.1
* Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 1.1.0-4
- drop python2 subpackage
* Thu Jun 18 2020 hanhui <hanhui15@huawei.com> - 1.1.0-3
- bugfix
- fix python3.8 can not find path
* Mon Jan 6 2020 lingsheng <lingsheng@huawei.com> - 1.1.0-2
- Package init