rpms/gdl/devel gdl.spec,1.2,1.3

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu Sep 22 17:36:42 UTC 2005


Author: orion

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

Modified Files:
	gdl.spec 
Log Message:
Disable hdf with configure on ppc



Index: gdl.spec
===================================================================
RCS file: /cvs/extras/rpms/gdl/devel/gdl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdl.spec	22 Sep 2005 17:21:53 -0000	1.2
+++ gdl.spec	22 Sep 2005 17:36:40 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           gdl
 Version:        0.8.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GNU Data Language
 
 Group:          Applications/Engineering
@@ -16,9 +16,11 @@
 BuildRequires:  python-devel, python-numarray, python-matplotlib
 %ifnarch ppc ppc64
 BuildRequires:  hdf-devel
+%define hdfconfig %{nil}
 %define hdfinclude "-I/usr/include/hdf"
 %define hdflib "-L%{_libdir}/hdf"
 %else
+%define hdfconfig "--with-hdf=no"
 %define hdfinclude %{nil}
 %define hdflib %{nil}
 %endif
@@ -58,6 +60,9 @@
 
 
 %changelog
+* Thu Sep 22 2005 - Orion Poplawski <orion at cora.nwra.com> - 0.8.10-3
+- Disable hdf with configure on ppc
+
 * Thu Sep 22 2005 - Orion Poplawski <orion at cora.nwra.com> - 0.8.10-2
 - Don't include hdf support on ppc
 




More information about the fedora-extras-commits mailing list