File project.diff of Package KlogShow

--- klogshow.spec.orig
+++ klogshow.spec
@@ -0,0 +1,118 @@
+#
+# spec file for package klogshow (Version 1.0.4)
+#
+# Copyright 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com>
+# Copyright 2009 Buschmann <buschmann23@opensuse.org>
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+#
+
+# norootforbuild
+# neededforbuild automake autoconf libstdc++-devel libtool libqt4-devel cmake update-desktop-files
+
+%define _prefix /usr
+
+Name:		klogshow
+Version:	1.0.4
+Release:	1.1OS102DSB
+Summary:	Display Textfile
+Group: 		System/Monitoring
+License:	GPLv2
+URL:		http://www.xesnet.fr/
+#Packager:	Donnie S Bhayangkara - http://donnie.110mb.com
+Source0:	%{name}_%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/build-%{name}-%{version}
+BuildRequires:	automake autoconf libstdc++-devel libtool
+BuildRequires:  update-desktop-files
+BuildRequires:	libqt4-devel >= 4.3.0
+
+%description
+Klogshow used to display the last few lines of a text files on your desktop.
+It append new lines to the display as new lines are added.
+
+Authors:
+--------
+	xes <pinon.pierre@gmail.com>
+
+%if !0%{?opensuse_bs}
+%debug_package
+%endif
+%prep
+%setup -q
+qmake
+
+%build
+%__make %{?jobs:-j%{jobs}}
+
+%install
+%__install -m 0755 -d %{buildroot}%{_prefix}/bin
+%__install -m 0755 $RPM_BUILD_DIR/%{name}-%{version}/src/klogshow %{buildroot}%{_prefix}/bin
+
+%__install -m 0755 -d %{buildroot}%{_prefix}/share/applications
+%__install -m 0644 $RPM_BUILD_DIR/%{name}-%{version}/src/klogshow.desktop %{buildroot}%{_prefix}/share/applications
+
+%__install -m 0755 -d %{buildroot}%{_prefix}/share/pixmaps
+%__install -m 0644 $RPM_BUILD_DIR/%{name}-%{version}/src/images/klogshow.png %{buildroot}%{_prefix}/share/pixmaps
+
+%suse_update_desktop_file -G "Display Textfile" -C "Klogshow used to display the last few lines of a text files on your desktop" -r %{name} Qt KDE System Monitor
+
+%clean
+%__rm -rf "%{buildroot}"
+
+%files
+%defattr(-,root,root)
+%doc CHANGELOG COPYING
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.png
+
+%changelog
+* Mon Mar 09 2009 Buschmann <buschmann23@opensuse.org> 1.0.4
+- updated to version 1.0.4
+  + CMake => QMake
+  + New window log interface
+  + Setting Gradient
+  + Add Hide/Show Menu button
+  + Fix a bug : Windows position
+  + Fix a bug : Windows status (Show/Hide)
+  + Fix a bug : Enabled button of Menu
+  + Fix a bug : Configure Text Color
+  + Fix an others small bug	
+  + Move root relaunch function
+- updated URL
+- change prefix to /usr
+- removed obsolete suse version checks
+- removed obsolete klogshow-genericname-menuentry.diff
+- removed Distribution tag, is set by Build Service
+- 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
+
+* Thu Mar 29 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 1.0.3
+- fixed build error in suse 9.3 & suse 10.0
+
+* Wed Mar 28 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 1.0.3
+- new upstream version:
+  * This version can be build for Windows
+  * Fix Bug : Quit when all windows are close
+- using the included menu entries & icon file
+- changed install prefix to %{_prefix}
+- removed debuginfo package
+
+* Tue Mar 6 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 1.0.2
+- remove source1 & source2 from spec file and replace them with inline statement
+  to create menu entries and icon file.
+
+* Mon Mar 5 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 1.0.2
+- initial release
+  * Window event on Change
+  * Fix Bug : Inactive Window and others
+  * Add INSTALL and CHANGELOG files
+  * Fix Problemes with kdevelop and CMake
openSUSE Build Service is sponsored by