diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:03:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:03:15 +0000 |
commit | 9529bb7a2093a2c40cc765c24c499e402ba62e73 (patch) | |
tree | 895026260b56226f156acdbb6ef6ae07d08302aa | |
parent | 968017dd79f83f3907a8b89d19a8f6e40130e30c (diff) |
automatic import of python-ingeniskelopeneuler20.03
-rw-r--r-- | python-ingeniskel.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ingeniskel.spec b/python-ingeniskel.spec index e63d177..6290cb8 100644 --- a/python-ingeniskel.spec +++ b/python-ingeniskel.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A collection of skeletons for quickstarting projects with Ingeniweb products. License: UNKNOWN URL: http://ingeniweb.svn.sourceforge.net/svnroot/ingeniweb/IngeniSkel -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/3c/085e1f70c842db5cae9a9a8f4ff171a8f358381d3db5de0905f1ef348412/IngeniSkel-0.3.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/85/3c/085e1f70c842db5cae9a9a8f4ff171a8f358381d3db5de0905f1ef348412/IngeniSkel-0.3.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 -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1 - Package Spec generated |