diff --git a/netcdf.spec b/netcdf.spec index 808d856..5ef1751 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -88,6 +88,8 @@ mkdir -p ${RPM_BUILD_ROOT}%{_fmoddir} ${RPM_BUILD_ROOT}%{_includedir}/netcdf /bin/rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la /bin/rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir +#New with 4.0.1, and not multi-lib compatible +/bin/rm -f ${RPM_BUILD_ROOT}%{_bindir}/nc-config %check make check @@ -111,7 +113,8 @@ fi %files %defattr(-,root,root,-) %doc COPYRIGHT README -%{_bindir}/* +%{_bindir}/ncdump +%{_bindir}/ncgen %{_libdir}/*.so.* %{_mandir}/man1/* %{_infodir}/* @@ -130,6 +133,9 @@ fi %changelog +* Fri Oct 23 2009 Orion Poplawski - 4.0.1-3 +- Don't ship multi-lib incompatible nc-config + * Sat Jul 25 2009 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild