rpms/hdf5/devel hdf5.spec,1.3,1.4

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


Author: orion

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

Modified Files:
	hdf5.spec 
Log Message:
- Package fortran files properly
- Move compiler wrappers to devel



Index: hdf5.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hdf5.spec	18 Nov 2005 22:27:22 -0000	1.3
+++ hdf5.spec	30 Nov 2005 20:51:45 -0000	1.4
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.6.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD-ish
 Group: System Environment/Libraries
@@ -70,15 +70,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
@@ -86,13 +83,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}/examples/
 %{_includedir}/*.h
 %{_libdir}/*.a
 %{_libdir}/*.so
+%{_libdir}/*.mod
 
 %changelog
+* Wed Nov 30 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.4-8
+- Package fortran files properly
+- Move compiler wrappers to devel
+
 * Fri Nov 18 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.4-7
 - Add patch for fortran compilation on ppc
 




More information about the fedora-extras-commits mailing list