!3 Add yaml file and zlib to buildrequires
From: @liqiuyu123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
d45c86fb3a
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-billiard
|
Name: python-billiard
|
||||||
Version: 3.6.4.0
|
Version: 3.6.4.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python multiprocessing fork with improvements and bugfixes
|
Summary: Python multiprocessing fork with improvements and bugfixes
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/celery/billiard
|
URL: https://github.com/celery/billiard
|
||||||
@ -16,6 +16,7 @@ Multiprocessing Pool Extensions
|
|||||||
Summary: Python multiprocessing fork with improvements and bugfixes
|
Summary: Python multiprocessing fork with improvements and bugfixes
|
||||||
Provides: python-billiard
|
Provides: python-billiard
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: zlib >= 1.2.11
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-billiard
|
%description -n python3-billiard
|
||||||
Multiprocessing Pool Extensions
|
Multiprocessing Pool Extensions
|
||||||
@ -68,5 +69,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 22 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.6.4.0-2
|
||||||
|
- Add zlib to buildrequires
|
||||||
|
|
||||||
* Tue Oct 12 2021 Python_Bot <Python_Bot@openeuler.org> - 3.6.4.0-1
|
* Tue Oct 12 2021 Python_Bot <Python_Bot@openeuler.org> - 3.6.4.0-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
4
python-billiard.yaml
Normal file
4
python-billiard.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: pypi
|
||||||
|
src_repo: billiard
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user