diff options
Diffstat (limited to 'python-pyswisseph.spec')
-rw-r--r-- | python-pyswisseph.spec | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/python-pyswisseph.spec b/python-pyswisseph.spec index d6267db..5d7e1d8 100644 --- a/python-pyswisseph.spec +++ b/python-pyswisseph.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyswisseph -Version: 2.10.3.1 +Version: 2.10.3.2 Release: 1 Summary: Python extension to the Swiss Ephemeris License: GNU Affero General Public License v3 URL: https://astrorigin.com/pyswisseph -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/29/bc945e9edadfd637e73c228a1cba803f0feb87dfc3170986087f3d2bf6b0/pyswisseph-2.10.3.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/66/a6/db70d67a00dda42ebd033538c086879328f4c17f670eafe8aca2f11abfef/pyswisseph-2.10.3.2.tar.gz %description @@ -38,8 +38,6 @@ ephemerides from NASA's JPL, and covering the time range 13201 BC to AD 17191. - - %package -n python3-pyswisseph Summary: Python extension to the Swiss Ephemeris Provides: python-pyswisseph @@ -79,8 +77,6 @@ ephemerides from NASA's JPL, and covering the time range 13201 BC to AD 17191. - - %package help Summary: Development documents and examples for pyswisseph Provides: python3-pyswisseph-doc @@ -114,10 +110,8 @@ ephemerides from NASA's JPL, and covering the time range 13201 BC to AD 17191. - - %prep -%autosetup -n pyswisseph-2.10.3.1 +%autosetup -n pyswisseph-2.10.3.2 %build %py3_build @@ -131,20 +125,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 . @@ -157,5 +151,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.3.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.3.2-1 - Package Spec generated |