Add yaml file and zlib to buildrequires

This commit is contained in:
liqiuyu 2022-04-08 14:25:12 +08:00
parent ef6f61e259
commit 21dee92c5d
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-Send2Trash
Version: 1.8.0
Release: 1
Release: 2
Summary: Send file to trash natively under Mac OS X, Windows and Linux.
License: BSD
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.
Provides: python-Send2Trash
BuildRequires: python3-devel
BuildRequires: zlib >= 1.2.11
BuildRequires: python3-setuptools
%description -n python3-Send2Trash
Python library to natively send files to Trash (or Recycle bin) on all platforms.
@ -69,5 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Init

4
python-Send2Trash.yaml Normal file
View File

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