X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5a07b9ec9bacd5b6ec5092b03450488c4b7d420..df529b49a4b0d8f86a897174ddc0473b722ec315:/wxGTK.spec diff --git a/wxGTK.spec b/wxGTK.spec index f90e6e65f7..a422771818 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -1,6 +1,6 @@ # Note that this is NOT a relocatable package %define pref /usr -%define ver 2.1.10 +%define ver 2.1.14 %define rel 0 Summary: The GTK+ 1.2 port of the wxWindows library @@ -9,7 +9,7 @@ Version: %{ver} Release: %{rel} Copyright: wxWindows Licence Group: X11/Libraries -Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK-2.1.10.tgz +Source: wxGTK-%{ver}.tar.gz URL: http://wesley.informatik.uni-freiburg.de/~wxxt/docs.html Packager: Robert Roebling BuildRoot: /tmp/wxgtk_root @@ -34,10 +34,15 @@ Header files for the wxGTK, the GTK+ 1.2 port of the wxWindows library. %prep %setup -n wxGTK -./configure --prefix=%{pref} --enable-threads --disable-std_iostreams +./configure --prefix=%{pref} --enable-threads --disable-std_iostreams --with-odbc %build -make +if [ "$SMP" != "" ]; then + export MAKE="make -j$SMP" +else + export MAKE="make" +fi +$MAKE %install rm -rf $RPM_BUILD_ROOT