Indicate directories with trailing slashes in files lists

[skip changelog]
epel8
Benjamin A. Beasley 2 months ago
parent 15f5030c3e
commit e788fb7a6b

@ -119,13 +119,12 @@ k="${k-}${k+ and }not (TestAsyncioAuthentication and test_plain)"
%files -n python%{python3_pkgversion}-zmq
%license COPYING.*
%doc README.md
# examples/
%{python3_sitearch}/pyzmq-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/zmq
%exclude %{python3_sitearch}/zmq/tests
%{python3_sitearch}/zmq/
%exclude %{python3_sitearch}/zmq/tests/
%files -n python%{python3_pkgversion}-zmq-tests
%{python3_sitearch}/zmq/tests
%{python3_sitearch}/zmq/tests/
%changelog

Loading…
Cancel
Save