summaryrefslogtreecommitdiff
path: root/python-netw0rk.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:34:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:34:22 +0000
commit2a5c71c94dbcf185400be0381ac83b42c1b497ca (patch)
treead8b3b2d8b110d7ccafc31bb4402557a1469f342 /python-netw0rk.spec
parent6b7f0e3f949ed785ce77b0d3af24926d2732002c (diff)
automatic import of python-netw0rkopeneuler20.03
Diffstat (limited to 'python-netw0rk.spec')
-rw-r--r--python-netw0rk.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-netw0rk.spec b/python-netw0rk.spec
index bc4a8c1..6f11938 100644
--- a/python-netw0rk.spec
+++ b/python-netw0rk.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Some description.
License: MIT
URL: http://github.com/vandenberghinc/netw0rk
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/7c/04a54c5e68e0ad4bc01b1f44b3fc46304a65fd802d25fc0bb0bca00c7a7b/netw0rk-1.11.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1c/7c/04a54c5e68e0ad4bc01b1f44b3fc46304a65fd802d25fc0bb0bca00c7a7b/netw0rk-1.11.3.tar.gz
BuildArch: noarch
@@ -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> - 1.11.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.11.3-1
- Package Spec generated