rpms/hdf/devel hdf.spec,1.19,1.20

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Oct 29 12:02:37 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/hdf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14354

Modified Files:
	hdf.spec 
Log Message:
* Mon Oct 29 2007 Patrice Dumas <pertusus at free.fr> 4.2r2-4
- install the netcdf.h file that describes the netcdf2 hdf enabled
  API



Index: hdf.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf/devel/hdf.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hdf.spec	29 Oct 2007 10:42:42 -0000	1.19
+++ hdf.spec	29 Oct 2007 12:02:04 -0000	1.20
@@ -1,6 +1,6 @@
 Name: hdf
 Version: 4.2r2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -65,6 +65,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+# install netcdf.h it is needed for definition of sd_nc* symbols
+install -p -m0644 mfhdf/libsrc/netcdf.h $RPM_BUILD_ROOT%{_includedir}/hdf/
 #Don't conflict with netcdf
 #rm $RPM_BUILD_ROOT%{_bindir}/nc* $RPM_BUILD_ROOT%{_mandir}/man1/nc*
 for file in ncdump ncgen; do
@@ -105,6 +107,10 @@
 
 
 %changelog
+* Mon Oct 29 2007 Patrice Dumas <pertusus at free.fr> 4.2r2-4
+- install the netcdf.h file that describes the netcdf2 hdf enabled
+  API
+
 * Mon Oct 29 2007 Patrice Dumas <pertusus at free.fr> 4.2r2-3
 - ship hdf enabled nc* utils as hnc*
 - add --disable-netcdf that replaces HAVE_NETCDF




More information about the fedora-extras-commits mailing list