rpms/hdf5/devel hdf5.spec,1.6,1.7

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Dec 21 21:57:14 UTC 2005


Author: orion

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

Modified Files:
	hdf5.spec 
Log Message:
Don't ship h5perf with missing library



Index: hdf5.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hdf5.spec	21 Dec 2005 21:07:16 -0000	1.6
+++ hdf5.spec	21 Dec 2005 21:57:14 -0000	1.7
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.6.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD-ish
 Group: System Environment/Libraries
@@ -53,6 +53,8 @@
 find doc/html -name '*.sh*' | xargs chmod +x
 %makeinstall docdir=${RPM_BUILD_ROOT}%{_docdir}
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la $RPM_BUILD_ROOT/%{_libdir}/*.settings
+# Don't instal h5perf until h5test.so.0 issues is sorted out
+rm $RPM_BUILD_ROOT/%{_bindir}/h5perf
 
 %check
 make check
@@ -76,7 +78,6 @@
 %{_bindir}/h5import
 %{_bindir}/h5jam
 %{_bindir}/h5ls
-%{_bindir}/h5perf
 %{_bindir}/h5repack
 %{_bindir}/h5repart
 %{_bindir}/h5unjam
@@ -95,6 +96,9 @@
 %{_libdir}/*.mod
 
 %changelog
+* Wed Dec 21 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.5-2
+- Don't ship h5perf with missing library
+
 * Wed Dec 21 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.5-1
 - Update to 1.6.5
 




More information about the fedora-extras-commits mailing list