summaryrefslogtreecommitdiff
path: root/python-amfm-decompy.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:53:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:53:14 +0000
commitcece88e0be929a526b56ec7e9375ac9fe5416d12 (patch)
tree26e5979db922f8997fdad8e9ebe01b2f4197101b /python-amfm-decompy.spec
parentcd94ef09dd689e42f5140a063aa232601c4a9f07 (diff)
automatic import of python-amfm-decompyopeneuler20.03
Diffstat (limited to 'python-amfm-decompy.spec')
-rw-r--r--python-amfm-decompy.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-amfm-decompy.spec b/python-amfm-decompy.spec
index 88d43b8..c396c40 100644
--- a/python-amfm-decompy.spec
+++ b/python-amfm-decompy.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Package containing the tools necessary for decomposing a speech signal into its modulated components, aka AM-FM decomposition.
License: LICENSE.txt
URL: https://github.com/bjbschmitt/AMFM_decompy/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/ea/9364ece82c511c85131e24012dcf37d2aca876db7ea18799e8969fc5e8b6/AMFM_decompy-1.0.11.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e7/ea/9364ece82c511c85131e24012dcf37d2aca876db7ea18799e8969fc5e8b6/AMFM_decompy-1.0.11.tar.gz
BuildArch: noarch
@@ -55,7 +55,7 @@ The study of AM-FM decomposition algorithms was the theme from my Master Thesis.
* python is free-to-use, while MATLAB is a proprietary software;
%prep
-%autosetup -n AMFM-decompy-1.0.11
+%autosetup -n AMFM_decompy-1.0.11
%build
%py3_build
@@ -69,20 +69,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 .
@@ -95,5 +95,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.11-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.11-1
- Package Spec generated