New README.md name

This commit is contained in:
Orion Poplawski 2014-05-09 15:32:22 -06:00
parent c6ff8141c0
commit 08a5852f04
1 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ PYTHONPATH=$(echo ../build/lib.*) python3 run_all.py
%files
%doc Changelog COPYING docs examples README
%doc Changelog COPYING docs examples README.md
%{_bindir}/nc3tonc4
%{_bindir}/nc4tonc3
%{_bindir}/ncinfo
@ -150,7 +150,7 @@ PYTHONPATH=$(echo ../build/lib.*) python3 run_all.py
%if 0%{?with_python3}
%files -n netcdf4-python3
%doc Changelog COPYING docs examples README
%doc Changelog COPYING docs examples README.md
%{python3_sitearch}/*
%endif # with_python3