summaryrefslogtreecommitdiff
path: root/python-nautobot-ddns.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:34:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:34:24 +0000
commit48c71c72ed272bc337a46be35c8c33e8c4ab9aa6 (patch)
tree3c3e8df4f980084632ec5696254ebf97f68a6599 /python-nautobot-ddns.spec
parentdd1808c1198ac15bd02dd78346697cf005ced447 (diff)
automatic import of python-nautobot-ddnsopeneuler20.03
Diffstat (limited to 'python-nautobot-ddns.spec')
-rw-r--r--python-nautobot-ddns.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-nautobot-ddns.spec b/python-nautobot-ddns.spec
index 475744a..843df65 100644
--- a/python-nautobot-ddns.spec
+++ b/python-nautobot-ddns.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Dynamic DNS Connector for nautobot
License: Apache 2.0
URL: https://github.com/jakubjastrabik/nautobotDDNS
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/83/3edb46ec708d42a5eb713ec6ec4b8f23c59f96c607ab0615292054a50f80/nautobot-ddns-1.0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/90/83/3edb46ec708d42a5eb713ec6ec4b8f23c59f96c607ab0615292054a50f80/nautobot-ddns-1.0.4.tar.gz
BuildArch: noarch
Requires: python3-setuptools
@@ -59,20 +59,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 .
@@ -85,5 +85,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.4-1
- Package Spec generated