!3 Add yaml file and zlib to buildrequires

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-04-22 09:22:22 +00:00 committed by Gitee
commit d45c86fb3a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-billiard
Version: 3.6.4.0
Release: 1
Release: 2
Summary: Python multiprocessing fork with improvements and bugfixes
License: BSD
URL: https://github.com/celery/billiard
@ -16,6 +16,7 @@ Multiprocessing Pool Extensions
Summary: Python multiprocessing fork with improvements and bugfixes
Provides: python-billiard
BuildRequires: python3-devel
BuildRequires: zlib >= 1.2.11
BuildRequires: python3-setuptools
%description -n python3-billiard
Multiprocessing Pool Extensions
@ -68,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Init

4
python-billiard.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: billiard
tag_prefix: ^v
separator: "."