summaryrefslogtreecommitdiff
path: root/python-pyseto.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:52:00 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:52:00 +0000
commit78e41b6b33c8e78e4675ed944fcbafbd8a595947 (patch)
treee62de06d71857f0df057df3fc57eec8cbfcd8807 /python-pyseto.spec
parent34525654d127bfabe821fd3b3da2342e61004301 (diff)
automatic import of python-pysetoopeneuler20.03
Diffstat (limited to 'python-pyseto.spec')
-rw-r--r--python-pyseto.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyseto.spec b/python-pyseto.spec
index 3308787..61a018c 100644
--- a/python-pyseto.spec
+++ b/python-pyseto.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Python implementation of PASETO/PASERK.
License: MIT
URL: https://github.com/dajiaji/pyseto
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/37/b4/abb49bf0815b26870ceedf6dd4e557b87f58fabc43806e8c41d1412c2aa7/pyseto-1.7.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/37/b4/abb49bf0815b26870ceedf6dd4e557b87f58fabc43806e8c41d1412c2aa7/pyseto-1.7.2.tar.gz
BuildArch: noarch
Requires: python3-cryptography
@@ -1219,20 +1219,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 .
@@ -1245,5 +1245,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.2-1
- Package Spec generated