From e36f5f929dd137f9347dd529de20a17b2b885e19 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Tue, 26 Apr 2022 15:22:43 +0800 Subject: [PATCH] add yaml file --- python-django-tastypie.spec | 6 +++++- python-django-tastypie.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-django-tastypie.yaml diff --git a/python-django-tastypie.spec b/python-django-tastypie.spec index 76ff0e4..e59d2d4 100644 --- a/python-django-tastypie.spec +++ b/python-django-tastypie.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-django-tastypie Version: 0.14.3 -Release: 1 +Release: 2 Summary: A flexible & capable API layer for Django. License: BSD URL: https://github.com/django-tastypie/django-tastypie @@ -16,6 +16,7 @@ Creating delicious APIs for Django apps since 2010. Summary: A flexible & capable API layer for Django. Provides: python-django-tastypie BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-django-tastypie Creating delicious APIs for Django apps since 2010. @@ -67,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 26 2022 liqiuyu - 0.14.3-2 +- Add zlib to buildrequires + * Mon Dec 13 2021 Python_Bot - 0.14.3-1 - Package Init diff --git a/python-django-tastypie.yaml b/python-django-tastypie.yaml new file mode 100644 index 0000000..452e490 --- /dev/null +++ b/python-django-tastypie.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: django-tastypie +tag_prefix: ^v +separator: "." -- Gitee