diff --git a/python-django-tastypie.spec b/python-django-tastypie.spec index 76ff0e4514ff38ddf4b364a1e74bccac161eb2fb..e59d2d430321ba406c1bab0cddaba15286f19790 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 0000000000000000000000000000000000000000..452e490993b33149be5e8c969f4a74e4b6daecd7 --- /dev/null +++ b/python-django-tastypie.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: django-tastypie +tag_prefix: ^v +separator: "."