--- ./kiso.spec.orig 2005-07-27 10:32:00 +0300 +++ ./kiso.spec.orig 2005-12-10 20:18:57 +0200 @@ -1,26 +1,35 @@ Name: kiso Version: 0.8.2c -Release: alt1 +Release: alt1.1 -Summary: A graphical frontend to create, extract an manipulate CD-Images +Summary: A graphical frontend to create, extract and manipulate CD-Images License: GPL Group: Archiving/Cd burning -Url: http://kiso.sourceforge.net +Url: http://kiso.sourceforge.net/ Packager: Andrey Semenov -Source: %name-%version.tar.bz2 +Source: http://dl.sourceforge.net/sourceforge/%name/%name-%version.tar.bz2 + +Requires: mkisofs + +BuildRequires: kdelibs-devel >= 3.2.0 + +# Automatically added by buildreq on Sat Dec 10 2005 +BuildRequires: fontconfig freetype2 gcc-c++ kde-settings kdelibs-devel libarts-devel libcdio-devel libjpeg-devel libpng-devel libqt3-devel libqt3-settings libstdc++-devel xml-utils xorg-x11-devel zlib-devel %description KISO is a graphical frontend for KDE 3 to create, -extract an manipulate CD-Images. +extract and manipulate CD-Images. %prep %setup -q -n %name-0.8.2 -%__subst 's,\.la,\.so,' configure %build +# remake the GNU Build System files +/bin/sh admin/cvs.sh dist + +%__subst s,"\.la","\.so", configure %configure --disable-rpath -%__subst 's,\.la,\.so,' configure %make_build %install @@ -28,6 +37,10 @@ %find_lang %name +# make menu entry +%__mkdir -p %Kb_menudir +%Kd2m %name "Applications/Archiving/Cd burning" %buildroot%_datadir/applnk/Utilities/%name.desktop %Kb_menudir/%name x11 + %post %update_menus @@ -39,11 +52,20 @@ %_datadir/apps/%name %_datadir/applnk/Utilities/%name.desktop %_iconsdir/hicolor/??x??/apps/%name.png -%_docdir/HTML/en/%name +%_docdir/HTML/*/%name %_datadir/apps/konqueror/servicemenus/* %_datadir/mimelnk/application/* +%_menudir/%name %changelog +* Sat Dec 10 2005 Andrei Bulava 0.8.2c-alt1.1 +- major spec fixes: + + run buildreq + + fixed build in hasher (issues after %%__subst s,"\.la","\.so", configure) + + added menu entry for non-freedesktop environments + + added reasonable Requires +- various minor spec fixes (Url, Source URL, typos) + * Wed Jul 27 2005 Andrey Semenov 0.8.2c-alt1 - 0.8.2c