summaryrefslogtreecommitdiff
path: root/python-django-staff-sso-client.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:40:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:40:36 +0000
commitd4fd948848310ea28f799f1fdb30cfc5b96f4600 (patch)
tree5d2f19f69ad2159629fec8ed3b9efb5883ea96a5 /python-django-staff-sso-client.spec
parent32a5c4ef7b1a1cbcd1b41e6533c0698a6a58f6ed (diff)
automatic import of python-django-staff-sso-clientopeneuler20.03
Diffstat (limited to 'python-django-staff-sso-client.spec')
-rw-r--r--python-django-staff-sso-client.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-django-staff-sso-client.spec b/python-django-staff-sso-client.spec
index 2fb4973..73964cd 100644
--- a/python-django-staff-sso-client.spec
+++ b/python-django-staff-sso-client.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-django-staff-sso-client
-Version: 4.1.1
+Version: 4.2.0
Release: 1
Summary: Reusable Django app to facilitate gov.uk Staff Single Sign On
License: MIT
URL: https://github.com/uktrade/django-staff-sso-client/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/bb/72c4e748008683cadf89bef11211557d754ed99e20d433416fa6ff8f04a0/django_staff_sso_client-4.1.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/01/ee/54daf98d0932afa9f2ede94d4008d3bae6aa96c76b5ad902e55c600974cb/django_staff_sso_client-4.2.0.tar.gz
BuildArch: noarch
Requires: python3-Django
@@ -656,7 +656,7 @@ where 'someCode' will then be provided as the 'access token' during the OAuth ca
%prep
-%autosetup -n django-staff-sso-client-4.1.1
+%autosetup -n django_staff_sso_client-4.2.0
%build
%py3_build
@@ -670,20 +670,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 .
@@ -696,5 +696,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1
- Package Spec generated