add yaml file

This commit is contained in:
liqiuyu 2022-04-24 14:54:26 +08:00
parent d8098d286d
commit 2116fc1e7a
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-dill
Version: 0.3.4
Release: 1
Release: 2
Summary: serialize all of python
License: BSD
URL: https://github.com/uqfoundation/dill
@ -17,6 +17,7 @@ serialize all of python
Summary: serialize all of python
Provides: python-dill
BuildRequires: python3-devel
BuildRequires: zlib >= 1.2.11
BuildRequires: python3-setuptools
%description -n python3-dill
serialize all of python
@ -68,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sun Apr 24 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.3.4-2
- Add zlib to buildrequires
* Fri Dec 10 2021 Python_Bot <Python_Bot@openeuler.org> - 0.3.4-1
- Package Init

4
python-dill.yaml Normal file
View File

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