packages: netcdf/netcdf.spec - require recent hdf5 (1.8.1 was not enough)

qboosh qboosh at pld-linux.org
Sat Oct 9 07:51:51 CEST 2010


Author: qboosh                       Date: Sat Oct  9 05:51:51 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- require recent hdf5 (1.8.1 was not enough)

---- Files affected:
packages/netcdf:
   netcdf.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: packages/netcdf/netcdf.spec
diff -u packages/netcdf/netcdf.spec:1.33 packages/netcdf/netcdf.spec:1.34
--- packages/netcdf/netcdf.spec:1.33	Sat Oct  9 07:38:52 2010
+++ packages/netcdf/netcdf.spec	Sat Oct  9 07:51:46 2010
@@ -22,10 +22,11 @@
 %else
 BuildRequires:	gcc-g77
 %endif
-BuildRequires:	hdf5-devel
+BuildRequires:	hdf5-devel >= 1.8.5
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.5
 BuildRequires:	texinfo
+Requires:	hdf5 >= 1.8.5
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,6 +54,8 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe netCDF
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	curl-devel
+Requires:	hdf5-devel >= 1.8.5
 
 %description devel
 Header files for netCDF - C interface.
@@ -294,6 +297,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2010/10/09 05:51:46  qboosh
+- require recent hdf5 (1.8.1 was not enough)
+
 Revision 1.33  2010/10/09 05:38:52  qboosh
 - updated to 4.1.1 (new sonames)
 - updated info patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/netcdf/netcdf.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list