X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a622c1524077309e71fa5e56867dbbc51244eaed..503271a5743fb372ad7cfce3438a11e3aca782fc:/wxWINE.spec diff --git a/wxWINE.spec b/wxWINE.spec index e4d8bc78d1..f3c5dd924e 100644 --- a/wxWINE.spec +++ b/wxWINE.spec @@ -1,7 +1,7 @@ # Note that this is NOT a relocatable package %define pref /usr -%define ver 2.1.0 -%define rel 7 +%define ver 2.5.3 +%define rel 1 Summary: The WINE port of the wxWindows library Name: wxWINE @@ -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/wxWINE-2.1.0-b7.tgz +Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxWINE-2.1.0-b8.tgz URL: http://wesley.informatik.uni-freiburg.de/~wxxt/docs.html Packager: Robert Roebling BuildRoot: /tmp/wxwine_root @@ -29,7 +29,7 @@ Motif/LessTif, MS Windows, Mac) from the same source code. ./configure --prefix=%{pref} %build -cd src && make +make %install rm -rf $RPM_BUILD_ROOT @@ -47,12 +47,12 @@ rm -rf $RPM_BUILD_ROOT %files %defattr (644, root, root, 755) %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt -%dir %{pref}/include/wx -%{pref}/include/wx/* +%dir %{pref}/include/wx-* +%{pref}/include/wx-*/* %dir %{pref}/lib/wx %{pref}/lib/wx/* %dir %{pref}/share/wx %{pref}/share/wx/* %attr(755, -, -) %{pref}/lib/libwx_msw* %attr(755, -, -) %{pref}/bin/wx-config - +: