]> git.saurik.com Git - wxWidgets.git/blobdiff - wxGTK.spec
reenabled WS_EX_CONTROLPARENT style together with a check that the focus window is...
[wxWidgets.git] / wxGTK.spec
index ff519e752ff3687e74e3a7593538176c93168851..a979aaaa88027e606abb7c8506dcd2e8bebe7967 100644 (file)
@@ -63,8 +63,6 @@ else
   export MAKE="make"
 fi
 
-(cd locale; make allmo)
-
 mkdir obj-shared
 cd obj-shared
 ../configure --prefix=%{pref} --enable-soname --with-odbc --with-opengl
@@ -84,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang wxstd
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/ldconfig
 
@@ -128,6 +129,7 @@ fi
 %dir %{_libdir}/wx
 %{_libdir}/wx/*
 %{_bindir}/wxgtk-%{ver2}-config
+%{_datadir}/aclocal/*.m4
 
 %files gl
 %defattr(-,root,root)