diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:46:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:46:07 +0000 |
| commit | 197c216303ffc03a8063a578bee3f87be01fd5b2 (patch) | |
| tree | ca9766ab2097a8bba15b907d57dc2e266258c7ab | |
| parent | 9404a5e01dca3c997782a7eaa51dcfb86800a3ba (diff) | |
automatic import of python-django-idp-useropeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-django-idp-user.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /django_idp_user-2.0.4.tar.gz +/django_idp_user-2.1.0.tar.gz diff --git a/python-django-idp-user.spec b/python-django-idp-user.spec index b0e629f..fccf103 100644 --- a/python-django-idp-user.spec +++ b/python-django-idp-user.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-idp-user -Version: 2.0.4 +Version: 2.1.0 Release: 1 Summary: A Django app that handles the communication between the IDP and the products for the authorization of users. License: MIT (X11) URL: https://github.com/CardoAI/django-idp-user -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/90/73364d5fcad742b10f68b31473016f6aef490ab13a764ceae76111b2de38/django_idp_user-2.0.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/17/d8/7a9bf7c6f65b14540101ade6ace5cf198676121b84a823f69f09bd7cb360/django_idp_user-2.1.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-django-idp-user-doc %prep -%autosetup -n django-idp-user-2.0.4 +%autosetup -n django_idp_user-2.1.0 %build %py3_build @@ -42,20 +42,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1 - Package Spec generated @@ -1 +1 @@ -686b1316af0d229b4af285f66fa51365 django_idp_user-2.0.4.tar.gz +d8b3adf555fc51f578fe963f8f2f40b2 django_idp_user-2.1.0.tar.gz |
