summaryrefslogtreecommitdiff
path: root/python-gpcam.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-gpcam.spec')
-rw-r--r--python-gpcam.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-gpcam.spec b/python-gpcam.spec
index a817102..0759c34 100644
--- a/python-gpcam.spec
+++ b/python-gpcam.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-gpcam
-Version: 7.4.9
+Version: 7.4.10
Release: 1
Summary: gpCAM is a code for autonomous data acquisition
License: GNU General Public License v3
URL: https://gpcam.lbl.gov
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/b5/e5b76bf1a8be5b433dfb144fa93a1a694c4d192d235ecb30c58e9a77c1a4/gpcam-7.4.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/21/81/5f2915a749bb1c1ee8dbd217a0bba4b6bd255a9f678ffedfb5e3fd3fbda6/gpcam-7.4.10.tar.gz
BuildArch: noarch
Requires: python3-wheel
@@ -51,7 +51,7 @@ Provides: python3-gpcam-doc
%prep
-%autosetup -n gpcam-7.4.9
+%autosetup -n gpcam-7.4.10
%build
%py3_build
@@ -65,20 +65,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 .
@@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 7.4.9-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 7.4.10-1
- Package Spec generated