File kover.spec of Package kover
#
# spec file for package kover (Version 2.9.6)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: kover
BuildRequires: kdelibs3-devel
License: GPL
Group: Productivity/Publishing/Other
Summary: A CD Case Cover Editor
Version: 2.9.6
Release: 22
URL: http://lisas.de/kover/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}.tar.bz2
Patch0: %name.diff
%description
Kover is an easy to use WYSIWYG CD cover printer. You can type in the
title and contents, select fonts and images, and print it. The program
prints the cover including the cut and fold lines. It supports CDDB for
automatic completion of title and artist information.
Authors:
--------
Denis Oliver Kropp <dok@fischlustig.de>
%prep
%setup -q
%patch
cd po
mv no.po nb.po
cd ..
. /etc/opt/kde3/common_options
update_admin --no-unsermake
%build
. /etc/opt/kde3/common_options
# --disable-warnings is needed for kernel header files, which do not compile
# with -ansi
./configure $configkde --disable-warnings
do_make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%if %suse_version
%suse_update_desktop_file kover AudioVideo CD
%else
%suse_update_desktop_file -G "CD Cover Editor" kover AudioVideo CD
%endif
%find_lang %name
%files -f %name.lang
%defattr(-,root,root)
%doc TODO THANKS NEWS ChangeLog COPYING AUTHORS README
/opt/kde3/bin/*
/opt/kde3/share/appl*/*/*.desktop
/opt/kde3/share/apps/kover
/opt/kde3/share/icons/*
/opt/kde3/share/mimelnk/*/*.desktop
%changelog -n kover
* Tue Jun 20 2006 - dmueller@suse.de
- build parallel
* Wed May 24 2006 - adrian@suse.de
- fix build for < 10.1
* Wed Feb 15 2006 - stbinner@suse.de
- add GenericName to .desktop file
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Feb 17 2005 - adrian@suse.de
- menu entry moved to xdg dir
* Tue Feb 15 2005 - adrian@suse.de
- update to version 2.9.6
- fix compile with new kernel header files (do not use -ansi)
* Wed Nov 03 2004 - ro@suse.de
- locale rename: no -> nb
* Thu Apr 15 2004 - coolo@suse.de
- build without unsermake
* Wed Feb 25 2004 - hmacht@suse.de
- building as nonroot-user
* Mon Sep 01 2003 - adrian@suse.de
- fix double menu entries
* Mon Aug 25 2003 - adrian@suse.de
- fix Categories
* Tue Jul 29 2003 - adrian@suse.de
- add Categories
* Fri Jun 13 2003 - coolo@suse.de
- use %%find_lang
* Sat May 17 2003 - adrian@suse.de
- update to version 2.9.3
* Fri Dec 06 2002 - coolo@suse.de
- fixing diff to really use admin subdir and include translations
in file list
* Wed Sep 18 2002 - adrian@suse.de
- update to version 2.8.7
* Thu Jul 25 2002 - adrian@suse.de
- update to version 2.8.6
* Mon Jun 03 2002 - adrian@suse.de
- update to version 2.8.5 (KDE 3 port)
* Fri May 24 2002 - adrian@suse.de
- use update_admin
* Sun Apr 14 2002 - coolo@suse.de
- add fix for gcc 3.1
* Wed Apr 10 2002 - ro@suse.de
- fix Makefile.am
- use current admin subdir
* Wed Nov 14 2001 - ro@suse.de
- fix for automake 1.5
* Fri Nov 09 2001 - adrian@suse.de
- use kde2-devel-packages
* Mon Aug 13 2001 - ro@suse.de
- changed neededforbuild <sp_libs> to <sp-devel>
* Mon Aug 13 2001 - ro@suse.de
- autoconf fixes
* Sun Jun 17 2001 - adrian@suse.de
- New version 0.6
* Fri May 11 2001 - adrian@suse.de
- Spec file created from kover-0.5.tar.bz2 by autospec