python-zstd/python-zstd.spec
caodongxia d658e1f210 update to 1.5.1.0
update to 1.5.1.0
2022-10-20 16:39:39 +08:00

48 lines
1.2 KiB
RPMSpec

Name: python-zstd
Version: 1.5.1.0
Release: 1
Summary: ZSTD Bindings for Python
License: BSD-2-Clause
URL: https://github.com/sergey-dryabzhinsky/python-zstd
Source0: https://files.pythonhosted.org/packages/3d/bc/189c72d298fea928efabef9a5cb9a7b55adff71f27eadad62890c1e4b32f/zstd-1.5.1.0.tar.gz
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
Simple Python bindings for the Zstd compression library.
%package -n python3-zstd
Summary: %{summary}
Provides: python3-zstd
# The library does not do symbol versioning to fully match automatically on
%description -n python3-zstd
Simple Python bindings for the Zstd compression library.
%prep
%autosetup -n zstd-%{version} -p1
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-zstd
%license LICENSE
%doc README.rst
%{python3_sitearch}/zstd-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/zstd*.so
%changelog
* Thu Oct 20 2022 caodongxia <caodongxia@h-partners.com> - 1.5.1.0-1
- Upgrade python3-zstd to version 1.5.1.0
* Tue Feb 23 2021 wangxiyuan <wangxiyuan1007@gmail.com>
- Package Spec Init