[grads/f17] Disable gui build option (again), it depends on the orphaned libsx

Deji Akingunola deji at fedoraproject.org
Tue Feb 28 01:01:15 UTC 2012


commit 33ed518f1573b1b52580f54f78a1c476af931bd8
Author: Deji Akingunola <dakingun at gmail.com>
Date:   Mon Feb 27 20:01:18 2012 -0500

    Disable gui build option (again), it depends on the orphaned libsx

 grads.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/grads.spec b/grads.spec
index 55be3af..47c7ed8 100644
--- a/grads.spec
+++ b/grads.spec
@@ -1,6 +1,6 @@
 Name:           grads
 Version:        2.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool for easy acces, manipulation, and visualization of data
 
 Group:          Applications/Engineering
@@ -23,7 +23,7 @@ BuildRequires:  udunits-devel
 BuildRequires:  readline-devel ncurses-devel
 BuildRequires:  shapelib-devel gd-devel libgeotiff-devel
 BuildRequires:  zlib-devel libjpeg-devel libpng-devel
-BuildRequires:  libXmu-devel libX11-devel libsx-devel libXaw-devel
+BuildRequires:  libXmu-devel libX11-devel libXaw-devel
 BuildRequires:  pkgconfig
 BuildRequires:  automake
 
@@ -48,7 +48,8 @@ autoreconf -f -i
 
 %build
 #./bootstrap
-%configure --enable-dyn-supplibs --with-geotiff --with-sdf --with-shp	\
+%configure --enable-dyn-supplibs	\
+	--without-gui --with-geotiff --with-sdf --with-shp	\
 	--with-netcdf-include=%{_includedir} --with-netcdf-libdir=%{_libdir}\
 	LDFLAGS="-L%{_libdir}/hdf/"	\
 	CPPFLAGS="-I%{_includedir}/hdf -I%{_includedir}/libshp"
@@ -89,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 22 2012 Deji Akingunola <dakingun at gmail.com> - 2.0.1-2
+- Disable gui build option (again), it depends on the orphaned libsx
+
 * Thu Jan 26 2012 Deji Akingunola <dakingun at gmail.com> - 2.0.1-1
 - Update to 2.0.1
 - Remove grads-README.xorg - the info is no more relevant for current (popular) Linux Desktops (KDE4 and GNOME 3).


More information about the scm-commits mailing list