summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--torchvision.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/torchvision.spec b/torchvision.spec
index 44c7a6f..ab0eb14 100644
--- a/torchvision.spec
+++ b/torchvision.spec
@@ -55,10 +55,10 @@ description for helping using the torchvision lib
%files -n python3-%{name}
%doc *.md
%license LICENSE
-%{python3_sitelib}/%{name}/*
-%{python3_sitearch}/%{name}/*
-%{python3_sitelib}/%{name}-%{version}/*
-%{python3_sitearch}/%{name}-%{version}/*
+%{python3_sitelib}/%{name}/
+%{python3_sitearch}/%{name}/
+%{python3_sitelib}/%{name}-%{version}/
+%{python3_sitearch}/%{name}-%{version}/
%changelog
* Sun Mar 31 2024 Super User