rpms/grads/FC-4 grads.spec,1.10,1.11

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Apr 21 21:48:13 UTC 2006


Author: pertusus

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

Modified Files:
	grads.spec 
Log Message:
- Add needed X related BR
- remove unneeded Xaw related BR and configure flags since the gui isn't built




Index: grads.spec
===================================================================
RCS file: /cvs/extras/rpms/grads/FC-4/grads.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- grads.spec	21 Apr 2006 20:36:26 -0000	1.10
+++ grads.spec	21 Apr 2006 21:48:13 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           grads
 Version:        1.9b4
-Release:        9%{?dist}
+Release:        11%{?dist}
 Summary:        Tool for easy acces, manipulation, and visualization of data
 
 Group:          Applications/Engineering
@@ -33,8 +33,9 @@
 BuildRequires:  udunits-devel netcdf-devel 
 BuildRequires:  readline-devel
 BuildRequires:  libdap-devel libnc-dap-devel
-BuildRequires:  libsx-devel Xaw3d-devel zlib-devel libjpeg-devel gd-devel
+BuildRequires:  zlib-devel libjpeg-devel gd-devel
 BuildRequires:  ncurses-devel libpng-devel
+BuildRequires:  libXmu-devel libX11-devel
 
 %description
 The Grid Analysis and Display System (GrADS) is an interactive desktop tool
@@ -69,7 +70,7 @@
 
 %build
 ./bootstrap
-%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
+%configure --without-gui --without-lats LDFLAGS="-L%{_libdir}/netcdf-3/ -L%{_libdir}/hdf/" CPPFLAGS="-I%{_includedir}/netcdf-3/ -I%{_includedir}/hdf/" --enable-dyn-supplibs
 
 make %{?_smp_mflags}
 cp -r doc html
@@ -104,6 +105,12 @@
 %doc COPYRIGHT NOTICE.wgrib html README.xorg grads-copyright_summary
 
 %changelog
+* Fri Apr 21 2006 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-11
+- Add needed X related BR
+
+* Fri Apr 21 2006 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-10
+- remove unneeded X related BR and configure flags since the gui isn't built
+
 * Sat Mar 11 2006 Patrice Dumas <dumas at centre-cired.fr> 1.9b4-9
 - rebuild for newer libdap
 




More information about the fedora-extras-commits mailing list