File project.diff of Package kmhtConvert
--- kmhtconvert.spec.orig
+++ kmhtconvert.spec
@@ -0,0 +1,85 @@
+#
+# spec file for package MuseScore (Version 0.9.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 update-desktop-files kdelibs3-devel
+
+%define _prefix /opt/kde3
+%define rversion 0.7.3
+%define rrelease 1.1
+
+Name: kmhtconvert
+Version: %{rversion}
+Release: %{rrelease}OS102DSB
+Summary: MHT to WAR File Converter
+Source: %{name}.tar.bz2
+URL: http://www.kde-apps.org/content/show.php?content=14315
+#Packager: Donnie S Bhayangkara - http://donnie.110mb.com
+Group: Productivity/Other
+License: GPLv2
+BuildRoot: %{_tmppath}/build-%{name}-%{version}
+BuildRequires: autoconf automake libtool
+BuildRequires: update-desktop-files
+BuildRequires: kdelibs3-devel
+BuildRequires: libstdc++-devel
+Requires: kdelibs3
+
+%description
+kmhtConvert is an mht (Windows Web Archive) file to war (KDE Web Archive) file
+converter.
+
+
+Authors:
+--------
+ Spiros Georgaras <sngeorgaras@otenet.gr>
+
+%if !0%{?opensuse_bs}
+%debug_package
+%endif
+%prep
+%setup -q -n "%{name}-%{rversion}"
+%{?suse_update_config:%{suse_update_config -f}}
+
+%build
+
+%configure --with-qt-libraries=/usr/lib/qt3/%_lib --libdir=%{_prefix}/%_lib
+
+%__make %{?jobs:-j%{jobs}}
+
+%install
+%makeinstall
+
+%suse_update_desktop_file -G "MHT to WAR file converter" -r %{name} KDE Utility WebUtility
+
+%clean
+%__rm -rf "%{buildroot}"
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING README
+
+%changelog
+* Sat Mar 07 2009 Buschmann <buschmann23@opensuse.org> 0.7.3
+- removing obsolete suse version checks
+- removing Distribution tag, this is set by the Build Service
+- using debug_package macro only outside the Build Service,
+ which has its own mechanisms
+- URL changed
+- recompress source tarball with bzip2
+- fixing file list, directories not owned by package
+
+* Sat Aug 18 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.7.3
+- initial release.