# Note that this is NOT a relocatable package
%define pref /usr
-%define ver 2.1.0
-%define rel 7
+%define ver 2.1.14
+%define rel 0
Summary: The Motif port of the wxWindows library
Name: wxMotif
Release: %{rel}
Copyright: wxWindows Licence
Group: X11/Libraries
-Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxMotif-2.1.0-b7.tgz
+Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxMotif-2.1.0-b8.tgz
URL: http://wesley.informatik.uni-freiburg.de/~wxxt/docs.html
Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
BuildRoot: /tmp/wxmotif_root
%prep
%setup -n wxMotif
-./configure --prefix=%{pref}
+./configure --prefix=%{pref} --disable-threads --disable-std_iostreams
%build
-cd src && make
+make
%install
rm -rf $RPM_BUILD_ROOT