diff options
-rw-r--r-- | onnxruntime.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index 8faf867..72e14ba 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -74,8 +74,8 @@ Summary: Documentation files for the %{name} package Documentation files for the %{name} package %prep -rm -rf %{_sourcedir}/onnxruntime-1.16.3.tar.gz -cat %{_sourcedir}/onnxruntime-1.16.3.tar.gz* > %{_sourcedir}/onnxruntime-1.16.3.tar.gz +# rm -rf %{_sourcedir}/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 |