rpms/hdf5/devel hdf5.spec,1.9,1.10

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Mar 15 22:29:45 UTC 2006


Author: orion

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

Modified Files:
	hdf5.spec 
Log Message:
- Change rpath patch to not need autoconf
- Add patch for libtool on x86_64
- Fix shared lib permissions



Index: hdf5.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hdf5.spec	13 Mar 2006 16:54:44 -0000	1.9
+++ hdf5.spec	15 Mar 2006 22:29:45 -0000	1.10
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.6.5
-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
@@ -13,6 +13,7 @@
 Patch4: hdf5-1.6.5-h5diff_attr.patch
 Patch5: hdf5-1.6.4-ppc.patch
 Patch6: hdf5-1.6.5-flags.patch
+Patch7: hdf5-1.6.5-x86_64.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-gfortran, time
 
@@ -42,9 +43,9 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1 -b .flags
+%patch7 -p1 -b .x86_64
 
 %build
-autoconf
 %configure --with-ssl --enable-cxx --enable-fortran \
            --enable-threadsafe --with-pthread
 make
@@ -52,7 +53,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 find doc/html -type f | xargs chmod -x
-find doc/html -name '*.sh*' | xargs chmod +x
+#find doc/html -name '*.sh*' | xargs chmod +x
+find doc/html -name Dependencies | xargs rm
 %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
@@ -69,7 +71,7 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc COPYING MANIFEST README.txt release_docs/RELEASE.txt
 %doc release_docs/HISTORY.txt doc/html
 %{_bindir}/gif2h5
@@ -83,10 +85,10 @@
 %{_bindir}/h5repack
 %{_bindir}/h5repart
 %{_bindir}/h5unjam
-%{_libdir}/*.so.*
+%attr(0755,root,root) %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %{_bindir}/h5c++
 %{_bindir}/h5cc
 %{_bindir}/h5fc
@@ -98,6 +100,11 @@
 %{_libdir}/*.mod
 
 %changelog
+* Wed Mar 15 2006 Orion Poplawski <orion at cora.nwra.com> 1.6.5-5
+- Change rpath patch to not need autoconf
+- Add patch for libtool on x86_64
+- Fix shared lib permissions
+
 * Mon Mar 13 2006 Orion Poplawski <orion at cora.nwra.com> 1.6.5-4
 - Add patch to avoid HDF setting the compiler flags
 




More information about the fedora-extras-commits mailing list