From 08a5852f0467d712e424f5758353b046bd69e3c6 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 9 May 2014 15:32:22 -0600 Subject: [PATCH] New README.md name --- netcdf4-python.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netcdf4-python.spec b/netcdf4-python.spec index 5931d15..1b99e51 100644 --- a/netcdf4-python.spec +++ b/netcdf4-python.spec @@ -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