summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:32:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:32:02 +0000
commit0972421240a70fa236401469947d5213ad53a4e5 (patch)
treef211f8ef9e2d97df99ce39321654bbb8efc1e90b
parent9e195d9c9e41516959d1ffac3c8e8a82a1b99318 (diff)
automatic import of python-music-metadata-territoriesopeneuler20.03
-rw-r--r--python-music-metadata-territories.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-music-metadata-territories.spec b/python-music-metadata-territories.spec
index 8901995..bb294cb 100644
--- a/python-music-metadata-territories.spec
+++ b/python-music-metadata-territories.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Music Metedata - Territory-related tools
License: MIT License
URL: https://matijakolaric.com/development/musicmetadata/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/a5/79d12de545fea0477fc27db0079ff7e23d93af8887eae6ed88f08b77d9ef/music_metadata_territories-22.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/12/a5/79d12de545fea0477fc27db0079ff7e23d93af8887eae6ed88f08b77d9ef/music_metadata_territories-22.6.tar.gz
BuildArch: noarch
@@ -646,7 +646,7 @@ The code for the demo is here: https://github.com/musicmetadata/web-wrapper
%prep
-%autosetup -n music-metadata-territories-22.6
+%autosetup -n music_metadata_territories-22.6
%build
%py3_build
@@ -660,20 +660,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 .
@@ -686,5 +686,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 22.6-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 22.6-1
- Package Spec generated