diff options
-rw-r--r-- | onnxruntime.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index 403c247..8faf867 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -75,7 +75,7 @@ Documentation files for the %{name} package %prep rm -rf %{_sourcedir}/onnxruntime-1.16.3.tar.gz -cat %{_sourcedir}/onnxruntime-1.16.3.tar.gz* > %{_builddir}/onnxruntime-1.16.3.tar.gz +cat %{_sourcedir}/onnxruntime-1.16.3.tar.gz* > %{_sourcedir}/onnxruntime-1.16.3.tar.gz %autosetup -p1 -n %{name}-%{version} %build |