]> git.saurik.com Git - wxWidgets.git/blobdiff - wxWINE.spec
fixed spacer image
[wxWidgets.git] / wxWINE.spec
index ea0fb4174a0ab35906a85c110fcd0c87c9b70c3c..f3c5dd924e3b9d4052c3a9ac46f695f8f53603ea 100644 (file)
@@ -1,7 +1,7 @@
 # Note that this is NOT a relocatable package
 %define pref /usr
-%define ver 2.1.0
-%define rel 6
+%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-b6.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 <roebling@ruf.uni-freiburg.de>
 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
-
+: