- fix symlink to netcdf-3

----------------------------------------------------------------------
    Modified Files: devel/netcdf.spec
----------------------------------------------------------------------
epel9
Balint Cristian 17 years ago
parent 7e453d464a
commit 0444803182

@ -1,6 +1,6 @@
Name: netcdf Name: netcdf
Version: 4.0.0 Version: 4.0.0
Release: 0.5.beta2%{?dist} Release: 0.6.beta2%{?dist}
Summary: Libraries for the Unidata network Common Data Form Summary: Libraries for the Unidata network Common Data Form
Group: Applications/Engineering Group: Applications/Engineering
@ -89,7 +89,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_fmoddir}
/bin/rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir /bin/rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
# for backwards compatibility with previous Fedora versions # 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 %check
make check make check
@ -132,6 +132,9 @@ fi
%changelog %changelog
* Thu May 29 2008 Balint Cristian <rezso@rdsor.ro> - 4.0.0-0.6.beta2
- fix symlink to netcdf-3
* Sun May 18 2008 Patrice Dumas <pertusus@free.fr> - 4.0.0-0.5.beta2 * Sun May 18 2008 Patrice Dumas <pertusus@free.fr> - 4.0.0-0.5.beta2
- use %%{_fmoddir} - use %%{_fmoddir}
- don't use %%makeinstall - don't use %%makeinstall

Loading…
Cancel
Save