File project1.diff of Package KlogShow
--- klogshow.spec.orig
+++ klogshow.spec
@@ -46,7 +46,11 @@ Authors:
%endif
%prep
%setup -q
+%if 0%{suse_version} > 1030
qmake
+%else
+qmake -recursive
+%endif
%build
%__make %{?jobs:-j%{jobs}}
@@ -94,6 +98,7 @@ qmake
- adding debug_package macro for building outside the Build Service
- renaming spec file from KlogShow.spec to klogshow.spec
- removed obsolete klogshow-menu_entry_icon-dir.diff
+- use qmake -recursive for openSUSE 10.3
* Thu Mar 29 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 1.0.3
- fixed build error in suse 9.3 & suse 10.0