!2 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-08 06:58:25 +00:00 committed by Gitee
commit b012ea9a47
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-Send2Trash Name: python-Send2Trash
Version: 1.8.0 Version: 1.8.0
Release: 1 Release: 2
Summary: Send file to trash natively under Mac OS X, Windows and Linux. Summary: Send file to trash natively under Mac OS X, Windows and Linux.
License: BSD License: BSD
URL: https://github.com/arsenetar/send2trash URL: https://github.com/arsenetar/send2trash
@ -18,6 +18,7 @@ Python library to natively send files to Trash (or Recycle bin) on all platforms
Summary: Send file to trash natively under Mac OS X, Windows and Linux. Summary: Send file to trash natively under Mac OS X, Windows and Linux.
Provides: python-Send2Trash Provides: python-Send2Trash
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: zlib >= 1.2.11
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-Send2Trash %description -n python3-Send2Trash
Python library to natively send files to Trash (or Recycle bin) on all platforms. Python library to natively send files to Trash (or Recycle bin) on all platforms.
@ -69,5 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
%changelog
* Fri Apr 08 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.8.0-2
- Add zlib to buildrequires
* Fri Dec 03 2021 Python_Bot <Python_Bot@openeuler.org> -1.8.0-1 * Fri Dec 03 2021 Python_Bot <Python_Bot@openeuler.org> -1.8.0-1
- Package Init - Package Init

4
python-Send2Trash.yaml Normal file
View File

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