Remove wildcard for html
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
parent
2706bcb94d
commit
eb73d88248
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user