From 21dee92c5dc26e7009be593700515bfd0e9b2bad Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Fri, 8 Apr 2022 14:25:12 +0800 Subject: [PATCH] Add yaml file and zlib to buildrequires --- python-Send2Trash.spec | 7 ++++++- python-Send2Trash.yaml | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 python-Send2Trash.yaml diff --git a/python-Send2Trash.spec b/python-Send2Trash.spec index 170193c..69f88d7 100644 --- a/python-Send2Trash.spec +++ b/python-Send2Trash.spec @@ -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 - 1.8.0-2 +- Add zlib to buildrequires + * Fri Dec 03 2021 Python_Bot -1.8.0-1 - Package Init diff --git a/python-Send2Trash.yaml b/python-Send2Trash.yaml new file mode 100644 index 0000000..1079866 --- /dev/null +++ b/python-Send2Trash.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: Send2Trash +tag_prefix: ^v +separator: "." -- Gitee