rpms/hdf5/FC-4 hdf5.spec,1.1,1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Nov 30 20:43:23 UTC 2005


Author: orion

Update of /cvs/extras/rpms/hdf5/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7908

Modified Files:
	hdf5.spec 
Log Message:
- enable fortran, require fixed gfortran version
- Move compiler wrappers to -devel



Index: hdf5.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf5/FC-4/hdf5.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdf5.spec	5 Jul 2005 20:20:17 -0000	1.1
+++ hdf5.spec	30 Nov 2005 20:43:21 -0000	1.2
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.6.4
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD-ish
 Group: System Environment/Libraries
@@ -12,7 +12,7 @@
 Patch3: hdf5-1.6.4-testh5repack.patch
 Patch4: hdf5-1.6.4-h5diff_attr.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: krb5-devel, openssl-devel, zlib-devel
+BuildRequires: gcc-gfortran >= 4.0.2, krb5-devel, openssl-devel, zlib-devel
 
 %description
 HDF5 is a general purpose library and file format for storing scientific data.
@@ -41,8 +41,7 @@
 
 %build
 autoconf
-# the Fortran parts are hitting GCC bug 17917, add --enable-fortran when it gets fixed.
-%configure --with-ssl --enable-cxx --enable-threadsafe --with-pthread
+%configure --with-ssl --enable-fortran --enable-cxx --enable-threadsafe --with-pthread
 make
 
 %install
@@ -68,15 +67,12 @@
 %doc release_docs/HISTORY.txt doc/html
 %{_bindir}/gif2h5
 %{_bindir}/h52gif
-%{_bindir}/h5c++
-%{_bindir}/h5cc
 %{_bindir}/h5debug
 %{_bindir}/h5diff
 %{_bindir}/h5dump
 %{_bindir}/h5import
 %{_bindir}/h5jam
 %{_bindir}/h5ls
-%{_bindir}/h5redeploy
 %{_bindir}/h5repack
 %{_bindir}/h5repart
 %{_bindir}/h5unjam
@@ -84,13 +80,21 @@
 
 %files devel
 %defattr(-,root,root,0755)
-%{_docdir}/%{name}/examples/c++
-%{_docdir}/%{name}/examples/c
+%{_bindir}/h5c++
+%{_bindir}/h5cc
+%{_bindir}/h5fc
+%{_bindir}/h5redeploy
+%{_docdir}/%{name}/
 %{_includedir}/*.h
 %{_libdir}/*.a
 %{_libdir}/*.so
+%{_libdir}/*.mod
 
 %changelog
+* Wed Nov 30 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.4-5
+- enable fortran, require fixed gfortran version
+- Move compiler wrappers to -devel
+
 * Tue Jul 05 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.4-4
 - Make example scripts executable
 




More information about the fedora-extras-commits mailing list