Author: qboosh Date: Thu Apr 23 19:37:12 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 4.0.1 - updated info patch
---- Files affected: SPECS: netcdf.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/netcdf.spec diff -u SPECS/netcdf.spec:1.31 SPECS/netcdf.spec:1.32 --- SPECS/netcdf.spec:1.31 Tue Nov 25 11:46:43 2008 +++ SPECS/netcdf.spec Thu Apr 23 21:37:06 2009 @@ -7,12 +7,12 @@ Summary: NetCDF: Network Common Data Form Summary(pl.UTF-8): NetCDF: obsługa wspólnego sieciowego formatu danych Name: netcdf -Version: 4.0 +Version: 4.0.1 Release: 1 License: BSD-like Group: Libraries Source0: ftp://ftp.unidata.ucar.edu/pub/netcdf/%{name}-%{version}.tar.gz -# Source0-md5: afc057b07b6e6843556dcfbc4ced402c +# Source0-md5: a251453c5477599f050fa4e593295186 Patch0: %{name}-info.patch URL: http://www.unidata.ucar.edu/packages/netcdf/ BuildRequires: automake @@ -165,12 +165,11 @@ FCFLAGS="%{rpmcflags}" \ --enable-shared -# make it first so separate fortran library can depend on it -%{__make} -C libsrc +# TODO (linking broken; BR: curl-devel, hdf5-devel, maybe szip-devel, libxml2-devel): +# --enable-dap \ +# --enable-netcdf-4 \ -%{__make} \ - libnetcdff_la_LIBADD="../f90/libnetcdff90.la ../libsrc/libnetcdf.la" \ - libnetcdf_c___la_LIBADD="../libsrc/libnetcdf.la" +%{__make} %if %{with tests} %{__make} check @@ -217,7 +216,7 @@ %files %defattr(644,root,root,755) -%doc COPYRIGHT README RELEASE_NOTES man/netcdf.html +%doc COPYRIGHT README RELEASE_NOTES man4/netcdf.html %attr(755,root,root) %{_bindir}/ncdump %attr(755,root,root) %{_bindir}/ncgen %attr(755,root,root) %{_libdir}/libnetcdf.so.*.*.* @@ -227,10 +226,12 @@ %files devel %defattr(644,root,root,755) -%doc man/netcdf-c.html +%doc man4/netcdf-c.html +%attr(755,root,root) %{_bindir}/nc-config %attr(755,root,root) %{_libdir}/libnetcdf.so %{_libdir}/libnetcdf.la %{_includedir}/netcdf.h +%{_pkgconfigdir}/netcdf.pc %{_mandir}/man3/netcdf.3* %{_infodir}/netcdf.info* %{_infodir}/netcdf-c.info* @@ -248,13 +249,14 @@ %files c++-devel %defattr(644,root,root,755) -%doc man/netcdf-cxx.html +%doc man4/netcdf-cxx.html %attr(755,root,root) %{_libdir}/libnetcdf_c++.so %{_libdir}/libnetcdf_c++.la %{_includedir}/ncvalues.h %{_includedir}/netcdf.hh %{_includedir}/netcdfcpp.h %{_infodir}/netcdf-cxx.info* +%{_infodir}/netcdf-cxx4.info* %files c++-static %defattr(644,root,root,755) @@ -267,7 +269,7 @@ %files fortran-devel %defattr(644,root,root,755) -%doc man/netcdf-f77.html man/netcdf-f90.html +%doc man4/netcdf-f77.html man4/netcdf-f90.html %attr(755,root,root) %{_libdir}/libnetcdff.so %{_libdir}/libnetcdff.la %{_includedir}/netcdf.inc @@ -290,6 +292,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2009/04/23 19:37:06 qboosh +- updated to 4.0.1 +- updated info patch + Revision 1.31 2008/11/25 10:46:43 duddits - up to 4.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/netcdf.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
