diff --git a/netcdf.spec b/netcdf.spec index 281b052..cfd08ce 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.0.0 -Release: 0.5.beta2%{?dist} +Release: 0.6.beta2%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -89,7 +89,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_fmoddir} /bin/rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir # for backwards compatibility with previous Fedora versions -( cd ${RPM_BUILD_ROOT}%{_includedir} ; ln -s ../netcdf netcdf-3 ) +( pushd ${RPM_BUILD_ROOT}%{_includedir} ; ln -s netcdf netcdf-3; popd ) %check make check @@ -132,6 +132,9 @@ fi %changelog +* Thu May 29 2008 Balint Cristian - 4.0.0-0.6.beta2 +- fix symlink to netcdf-3 + * Sun May 18 2008 Patrice Dumas - 4.0.0-0.5.beta2 - use %%{_fmoddir} - don't use %%makeinstall