From eb73d88248cf81fe5f30cb01c949d693913b859e Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Tue, 23 Oct 2012 19:27:23 +0200 Subject: [PATCH] Remove wildcard for html Signed-off-by: Fabian Deutsch --- python-urwid.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-urwid.spec b/python-urwid.spec index 977a0d0..ae29b21 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -101,14 +101,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGELOG *.html examples docs +%doc CHANGELOG examples docs %{python_sitearch}/urwid %{python_sitearch}/urwid-%{version}*.egg-info %if 0%{?with_python3} %files -n python3-urwid %defattr(-,root,root,-) -%doc CHANGELOG *.html examples docs +%doc CHANGELOG examples docs %{python3_sitearch}/urwid %{python3_sitearch}/urwid-%{version}*.egg-info %endif