diff options
Diffstat (limited to 'python-vrpsolver.spec')
-rw-r--r-- | python-vrpsolver.spec | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/python-vrpsolver.spec b/python-vrpsolver.spec index d3517cf..cff4ddb 100644 --- a/python-vrpsolver.spec +++ b/python-vrpsolver.spec @@ -1,22 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: python-vrpSolver -Version: 0.0.54 +Version: 0.0.55 Release: 1 Summary: VRP Solver License: MIT URL: https://github.com/isaac0821/vrpSolver -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c0/7d/5926cdeb4a1234ff609474f8d8ac9590010f4d31bbdd7086c1e704b9fc05/vrpSolver-0.0.54.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9f/c9/6d2506c745769d8953d23352bc30d1c5b26654d2a5303acad5cff64bc708/vrpSolver-0.0.55.tar.gz BuildArch: noarch Requires: python3-numpy Requires: python3-scipy +Requires: python3-geopy +Requires: python3-geojson Requires: python3-matplotlib +Requires: python3-shapely +Requires: python3-networkx %description - -Working project: Learn VRP by coding - - +
+ Working project: Learn VRP by coding
%package -n python3-vrpSolver @@ -26,24 +28,20 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-vrpSolver - -Working project: Learn VRP by coding - - +
+ Working project: Learn VRP by coding
%package help Summary: Development documents and examples for vrpSolver Provides: python3-vrpSolver-doc %description help - -Working project: Learn VRP by coding - - +
+ Working project: Learn VRP by coding
%prep -%autosetup -n vrpSolver-0.0.54 +%autosetup -n vrpSolver-0.0.55 %build %py3_build @@ -57,20 +55,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 . @@ -83,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.54-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.55-1 - Package Spec generated |