From 197c216303ffc03a8063a578bee3f87be01fd5b2 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 13:46:07 +0000 Subject: automatic import of python-django-idp-user --- .gitignore | 1 + python-django-idp-user.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 199d760..86b40cb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 2.0.4-1 +* Thu Jun 08 2023 Python_Bot - 2.1.0-1 - Package Spec generated diff --git a/sources b/sources index 5f2d448..34a175d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -686b1316af0d229b4af285f66fa51365 django_idp_user-2.0.4.tar.gz +d8b3adf555fc51f578fe963f8f2f40b2 django_idp_user-2.1.0.tar.gz -- cgit v1.2.3