summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:36:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:36:04 +0000
commitcc7cf394b28f22749690540ae0a650d08fef2bd8 (patch)
tree846cf338be616e91215530aefd8ae5e833ae4479
parentecbe800db64295293afd301c23ed690530fc2b2c (diff)
automatic import of python-basc-py4chanopeneuler20.03
-rw-r--r--python-basc-py4chan.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-basc-py4chan.spec b/python-basc-py4chan.spec
index 1bb05de..e045b9d 100644
--- a/python-basc-py4chan.spec
+++ b/python-basc-py4chan.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python 4chan API Wrapper. Improved version of Edgeworth's original py-4chan wrapper.
License: DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.
URL: http://github.com/bibanon/BASC-py4chan
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/01/73/04390d6006ebe903d06980a37c3d2e4a977b923ed924067e20ff2e804bd0/BASC-py4chan-0.6.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/01/73/04390d6006ebe903d06980a37c3d2e4a977b923ed924067e20ff2e804bd0/BASC-py4chan-0.6.6.tar.gz
BuildArch: noarch
@@ -84,20 +84,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 .
@@ -110,5 +110,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.6-1
- Package Spec generated