rpms/grads/FC-3 grads.spec,1.6,1.7

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sat Jan 28 15:05:39 UTC 2006


Author: pertusus

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

Modified Files:
	grads.spec 
Log Message:
* Thu Jan 19 2006 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-6
- add BR on readline-devel close #178285



Index: grads.spec
===================================================================
RCS file: /cvs/extras/rpms/grads/FC-3/grads.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grads.spec	23 Dec 2005 09:37:04 -0000	1.6
+++ grads.spec	28 Jan 2006 15:05:39 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           grads
 Version:        1.9b4
-Release:        5%{?dist}.3
+Release:        6%{?dist}
 Summary:        Tool for easy acces, manipulation, and visualization of data
 
 Group:          Applications/Engineering
@@ -30,12 +30,14 @@
 ExcludeArch:    x86_64
 
 # no hdf on ppc
+%ifnarch ppc
+BuildRequires:  hdf-devel 
+%endif
 BuildRequires:  udunits-devel netcdf-devel 
-#BuildRequires:  opendap-devel
+BuildRequires:  readline-devel
 BuildRequires:  libdap-devel libnc-dap-devel
 BuildRequires:  libsx-devel Xaw3d-devel zlib-devel libjpeg-devel gd-devel
 BuildRequires:  ncurses-devel libpng-devel
-#Requires:       
 
 %description
 The Grid Analysis and Display System (GrADS) is an interactive desktop tool
@@ -68,7 +70,7 @@
 
 %build
 ./bootstrap
-# pass the -L and -I flags for hdf even though there is no hdf
+# 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}
@@ -90,6 +92,9 @@
 %{_bindir}/bufrscan
 %{_bindir}/gradsc
 %{_bindir}/gradsdods
+%ifnarch ppc
+%{_bindir}/gradshdf
+%endif
 %{_bindir}/gradsnc
 %{_bindir}/gribmap
 %{_bindir}/gribscan
@@ -103,7 +108,10 @@
 %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.3
+* Thu Jan 19 2006 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-6
+- add BR on readline-devel close #178285
+
+* 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




More information about the fedora-extras-commits mailing list