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

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Wed Dec 21 07:45:00 UTC 2005


Author: pertusus

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

Modified Files:
	grads.spec 
Log Message:
* Wed Dec 21 2005 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-5
- don't build the hdf interface on ppc, there is no hdf package



Index: grads.spec
===================================================================
RCS file: /cvs/extras/rpms/grads/devel/grads.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grads.spec	20 Dec 2005 12:26:19 -0000	1.2
+++ grads.spec	21 Dec 2005 07:45:00 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           grads
 Version:        1.9b4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Tool for easy acces, manipulation, and visualization of data
 
 Group:          Applications/Engineering
@@ -27,7 +27,11 @@
 Patch2:         grads-conditionnal_lats.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  hdf-devel udunits-devel netcdf-devel 
+# no hdf on ppc
+%ifnarch ppc
+BuildRequires:  hdf-devel 
+%endif
+BuildRequires:  udunits-devel netcdf-devel 
 #BuildRequires:  opendap-devel
 BuildRequires:  libdap-devel libnc-dap-devel
 BuildRequires:  libsx-devel Xaw3d-devel zlib-devel libjpeg-devel gd-devel
@@ -100,6 +104,9 @@
 %doc COPYRIGHT NOTICE.wgrib html README.xorg grads-copyright_summary
 
 %changelog
+* Wed Dec 21 2005 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-5
+- don't build the hdf interface on ppc, there is no hdf package
+
 * Tue Dec 13 2005 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-4
 - simplify handling of data, as they are in the tarball
 




More information about the fedora-extras-commits mailing list