don't include tests twice

This commit is contained in:
Thomas Spura 2011-12-08 21:42:43 +01:00
parent 6bc3ea2042
commit 8fd9ec11ea
1 changed files with 3 additions and 0 deletions

View File

@ -180,6 +180,7 @@ popd
%doc README.rst COPYING.LESSER examples/
%{python_sitearch}/%{srcname}-*.egg-info
%{python_sitearch}/zmq
%exclude %{python_sitearch}/zmq/tests
%files tests
%defattr(-,root,root,-)
@ -192,6 +193,7 @@ popd
# examples/
%{python3_sitearch}/%{srcname}-*.egg-info
%{python3_sitearch}/zmq
%exclude %{python3_sitearch}/zmq/tests
%files -n python3-zmq-tests
%defattr(-,root,root,-)
@ -202,6 +204,7 @@ popd
%changelog
* Thu Dec 8 2011 Thomas Spura <tomspur@fedoraproject.org> - 2.1.9-2
- use proper buildroot macro
- don't include tests twice
* Wed Sep 21 2011 Thomas Spura <tomspur@fedoraproject.org> - 2.1.9-1
- update to new version