summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 07:37:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 07:37:30 +0000
commit59626ea66460d23bb5539bbfaa1b11b0c2f3a044 (patch)
treed58d6f531eb2a0ed5cd32efdec95e95b3eed0ea4
parent90dd0e1b830c70e5d51b8c5ba67c71ba7db596db (diff)
automatic import of python-dexofuzzyopeneuler20.03
-rw-r--r--python-dexofuzzy.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dexofuzzy.spec b/python-dexofuzzy.spec
index 44b2795..7daba54 100644
--- a/python-dexofuzzy.spec
+++ b/python-dexofuzzy.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Dexofuzzy : Dalvik EXecutable Opcode Fuzzyhash
License: Apache License 2.0
URL: https://github.com/lee1029ng/Dexofuzzy
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fd/eb/a8fb5acaf784686cfbc304a354e4097ac54450db3eb25852ba515c6de290/dexofuzzy-1.7.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/fd/eb/a8fb5acaf784686cfbc304a354e4097ac54450db3eb25852ba515c6de290/dexofuzzy-1.7.1.tar.gz
BuildArch: noarch
Requires: python3-ssdeep
@@ -586,20 +586,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 .
@@ -612,5 +612,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
- Package Spec generated