diff --git a/ncview.spec b/ncview.spec index d26a7d0..88097e4 100644 --- a/ncview.spec +++ b/ncview.spec @@ -1,6 +1,6 @@ Name: ncview Version: 1.92e -Release: 11%{?dist} +Release: 12%{?dist} Summary: A visual browser for netCDF format files Group: Applications/Engineering License: GPL @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xorg-x11-proto-devel libXaw-devel libXt-devel libXext-devel BuildRequires: libXmu-devel libICE-devel libSM-devel libX11-devel -BuildRequires: netcdf-devel udunits-devel netpbm-devel +BuildRequires: netcdf-devel netcdf-static udunits-devel netpbm-devel Requires: xorg-x11-server-Xorg udunits %description @@ -31,7 +31,7 @@ color maps, invert the data, etc. %build %configure --with-netcdf_incdir=%{_includedir}/netcdf-3 \ - --with-netcdf_libdir=%{_libdir}/netcdf-3 --with-ppm_libdir=%{_libdir} \ + --with-netcdf_libdir=%{_libdir} --with-ppm_libdir=%{_libdir} \ --prefix=/usr --datadir=%{_datadir}/ncview # WARNING! # The parallel build was tested and it does NOT work. @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 25 2007 Ed Hill - 1.92e-12 +- add BR: netcdf-static + * Sat Aug 25 2007 Ed Hill - 1.92e-11 - rebuild for BuildID