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 %files -n python%{python3_pkgversion}-zmq
%license COPYING.* %license COPYING.*
%doc README.md %doc README.md
# examples/
%{python3_sitearch}/pyzmq-%{version}-py%{python3_version}.egg-info %{python3_sitearch}/pyzmq-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/zmq %{python3_sitearch}/zmq/
%exclude %{python3_sitearch}/zmq/tests %exclude %{python3_sitearch}/zmq/tests/
%files -n python%{python3_pkgversion}-zmq-tests %files -n python%{python3_pkgversion}-zmq-tests
%{python3_sitearch}/zmq/tests %{python3_sitearch}/zmq/tests/
%changelog %changelog

Loading…
Cancel
Save