rpms/grads/FC-4 grads.spec,1.8,1.9

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Feb 20 23:13:06 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/grads/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4123

Modified Files:
	grads.spec 
Log Message:
- enable hdf for ppc, now that it is there


Index: grads.spec
===================================================================
RCS file: /cvs/extras/rpms/grads/FC-4/grads.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- grads.spec	17 Feb 2006 18:11:49 -0000	1.8
+++ grads.spec	20 Feb 2006 23:13:02 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           grads
 Version:        1.9b4
-Release:        7%{?dist}.1
+Release:        8%{?dist}
 Summary:        Tool for easy acces, manipulation, and visualization of data
 
 Group:          Applications/Engineering
@@ -28,13 +28,8 @@
 Patch1:         grads_dap-no_lats.patch
 Patch2:         grads-conditionnal_lats.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# configure fails on x86_64
-ExcludeArch:    x86_64
 
-# no hdf on ppc
-%ifnarch ppc
 BuildRequires:  hdf-devel 
-%endif
 BuildRequires:  udunits-devel netcdf-devel 
 BuildRequires:  readline-devel
 BuildRequires:  libdap-devel libnc-dap-devel
@@ -74,7 +69,6 @@
 
 %build
 ./bootstrap
-# pass the -L and -I flags for hdf on ppc even though there is no hdf
 %configure --without-gui --without-lats LDFLAGS="-L%{_libdir}/netcdf-3/ -L/usr/X11R6/lib/ -lXaw -L%{_libdir}/hdf/" CPPFLAGS="-I%{_includedir}/netcdf-3/ -I%{_includedir}/hdf/" --enable-dyn-supplibs
 
 make %{?_smp_mflags}
@@ -96,9 +90,7 @@
 %{_bindir}/bufrscan
 %{_bindir}/gradsc
 %{_bindir}/gradsdods
-%ifnarch ppc
 %{_bindir}/gradshdf
-%endif
 %{_bindir}/gradsnc
 %{_bindir}/gribmap
 %{_bindir}/gribscan
@@ -112,7 +104,8 @@
 %doc COPYRIGHT NOTICE.wgrib html README.xorg grads-copyright_summary
 
 %changelog
-* Fri Feb 17 2006 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-7.1
+* Fri Feb 17 2006 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-8
+- enable hdf for ppc, now that it is there
 - use a wrapper include file to prepend sd_ to netcdf symbols for
   hdf if it is required
 




More information about the scm-commits mailing list