summaryrefslogtreecommitdiff
path: root/python-basis-set-exchange.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-basis-set-exchange.spec')
-rw-r--r--python-basis-set-exchange.spec24
1 files changed, 9 insertions, 15 deletions
diff --git a/python-basis-set-exchange.spec b/python-basis-set-exchange.spec
index 5caabd0..01cf2b3 100644
--- a/python-basis-set-exchange.spec
+++ b/python-basis-set-exchange.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-basis-set-exchange
-Version: 0.9
+Version: 0.9.1
Release: 1
Summary: The Basis Set Exchange
License: BSD-3C
URL: https://github.com/MolSSI-BSE/basis_set_exchange
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/75/52/adc893828e150eeb0e3e0040feed4ffa7df95f351168ddde314e6de51505/basis_set_exchange-0.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/46/66/ba696586dbceea9483739f5e11be1b8602d75c465b83fdf8dbaf541c5f1c/basis_set_exchange-0.9.1.tar.gz
BuildArch: noarch
@@ -112,8 +112,6 @@ Same as above, but using the command line
This project is released under the BSD 3-Clause license. See [LICENSE](LICENSE) for details.
-
-
%package -n python3-basis-set-exchange
Summary: The Basis Set Exchange
Provides: python-basis-set-exchange
@@ -223,8 +221,6 @@ Same as above, but using the command line
This project is released under the BSD 3-Clause license. See [LICENSE](LICENSE) for details.
-
-
%package help
Summary: Development documents and examples for basis-set-exchange
Provides: python3-basis-set-exchange-doc
@@ -331,10 +327,8 @@ Same as above, but using the command line
This project is released under the BSD 3-Clause license. See [LICENSE](LICENSE) for details.
-
-
%prep
-%autosetup -n basis-set-exchange-0.9
+%autosetup -n basis_set_exchange-0.9.1
%build
%py3_build
@@ -348,20 +342,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 .
@@ -374,5 +368,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.1-1
- Package Spec generated