summaryrefslogtreecommitdiff
path: root/python-babel-vue-extractor.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:10:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:10:16 +0000
commit59604dd78ecd3f06cf4402ee02252ff3bdbaa351 (patch)
treedb812a70cdd667c2158885377dcf95008ab240d0 /python-babel-vue-extractor.spec
parente39534944b32278a37ec941cd5fe41ef3be93856 (diff)
automatic import of python-babel-vue-extractoropeneuler20.03
Diffstat (limited to 'python-babel-vue-extractor.spec')
-rw-r--r--python-babel-vue-extractor.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-babel-vue-extractor.spec b/python-babel-vue-extractor.spec
index 3e8e46b..3c381d7 100644
--- a/python-babel-vue-extractor.spec
+++ b/python-babel-vue-extractor.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A plugin for babel to work with vue.js templates
License: Apache Software License
URL: https://github.com/nonamenix/babel-vue-extractor
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/49/e2/926f3546575c6b0f2d7664c0ff173d501eedf5e6f04e81594b967310b2d0/babel-vue-extractor-1.4.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/49/e2/926f3546575c6b0f2d7664c0ff173d501eedf5e6f04e81594b967310b2d0/babel-vue-extractor-1.4.3.tar.gz
BuildArch: noarch
Requires: python3-babel
@@ -62,20 +62,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 .
@@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.3-1
- Package Spec generated