X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..1a40c31edfde688eef2a8328286e859ce96f02f9:/wxMotif.spec diff --git a/wxMotif.spec b/wxMotif.spec index 4f6d8c4e5d..2ae0e26255 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -3,8 +3,9 @@ # Note that this is NOT a relocatable package %define pref /usr -%define ver 2.1.16 -%define rel 0 +%define ver 2.3.1 +%define ver2 2.3 +%define rel 1 Summary: The Motif/Lesstif port of the wxWindows library Name: wxMotif @@ -19,7 +20,7 @@ BuildRoot: /tmp/wxmotif_root # all packages providing an implementation of wxWindows library (regardless of # the toolkit used) should provide the (virtual) wxwin package, this makes it -# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxqt..." +# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..." Provides: wxwin %description @@ -45,7 +46,7 @@ OpenGl add-on library for wxMotif, the Motif/Lesstif port of the wxWindows libra %prep %setup -n wxMotif -./configure --prefix=%{pref} --enable-burnt_name --with-odbc --with-opengl --with-motif +./configure --prefix=%{pref} --enable-soname --with-odbc --with-opengl --with-motif %build if [ "$SMP" != "" ]; then @@ -73,8 +74,7 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt %dir %{pref}/share/wx %{pref}/share/wx/* -%attr(755, -, -) %{pref}/lib/libwx_motif.* -%attr(755, -, -) %{pref}/lib/libwx_motif-2.1.* +%attr(755, -, -) %{pref}/lib/libwx_motif-%{ver2}.* %files devel %defattr (644, root, root, 755) @@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT %{pref}/include/wx/* %dir %{pref}/lib/wx %{pref}/lib/wx/* -%attr(755, -, -) %{pref}/bin/wxmotif-config +%attr(755, -, -) %{pref}/bin/wxmotif-%{ver2}-config %attr(755, -, -) %{pref}/bin/wx-config %files gl