File kisdnwatch.spec of Package kisdnwatch
#
# spec file for package kisdnwatch (Version 01.00.10)
#
# Copyright (c) 2007 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: kisdnwatch
BuildRequires: capi4linux capi4linux-devel kdelibs3-devel
URL: ftp://ftp.avm.de/tools/k_isdn_watch.linux/
License: GNU General Public License (GPL)
Group: System/Monitoring
Summary: A Monitor for CAPI 2.0-Based ISDN Devices
Version: 01.00.10
Release: 80
Source0: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-gcc4.diff
#Patch0: kisdnwatch.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KISDNWatch is a CAPI monitor for the K Desktop Environment. This tool
resides in the KDE toolbar and shows ISDN channel status. On an
incoming or outgoing call, KISDNWatch opens a window with more detailed
information. This only works with AVM's ISDN controllers at the moment.
Authors:
--------
info@avm.de (AVM GmbH)
%prep
%setup
%patch0 -p1
. /etc/opt/kde3/common_options
update_admin --no-unsermake
%build
. /etc/opt/kde3/common_options
./configure $configkde
make
%install
. /etc/opt/kde3/common_options
make DESTDIR=%{buildroot} $INSTALL_TARGET
%suse_update_desktop_file %name System Monitor
%clean
rm -rf %{buildroot}
%files
%defattr (-, root, root)
%doc COPYING kisdnwatch-%{PACKAGE_VERSION}.lsm README.htm LIESMICH.htm
%dir /opt/kde3/share
%dir /opt/kde3/share/icons
%dir /opt/kde3/share/icons/locolor
%dir /opt/kde3/share/icons/locolor/16x16
%dir /opt/kde3/share/icons/locolor/16x16/apps
%dir /opt/kde3/share/icons/locolor/32x32
%dir /opt/kde3/share/icons/locolor/32x32/apps
%dir /opt/kde3/share/icons/hicolor
%dir /opt/kde3/share/icons/hicolor/16x16
%dir /opt/kde3/share/icons/hicolor/16x16/apps
%dir /opt/kde3/share/icons/hicolor/32x32
%dir /opt/kde3/share/icons/hicolor/32x32/apps
/opt/kde3/bin/kisdnwatch
/opt/kde3/share/appl*/*/kisdnwatch.desktop
/opt/kde3/share/icons/locolor/16x16/apps/kisdnwatch.png
/opt/kde3/share/icons/locolor/32x32/apps/kisdnwatch.png
/opt/kde3/share/icons/hicolor/16x16/apps/kisdnwatch.png
/opt/kde3/share/icons/hicolor/32x32/apps/kisdnwatch.png
%changelog
* Thu May 24 2007 - ro@suse.de
- added capi4linux-devel to buildreq
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 09 2006 - kkeil@suse.de
- fix a gcc 4 aliasing issue
* Mon Aug 01 2005 - kkeil@suse.de
- update to version 01.00.10
* Thu Feb 17 2005 - adrian@suse.de
- menu entry moved to xdg dir
* Mon Sep 20 2004 - kkeil@suse.de
- update to version 01.00.08 (needed to work with new libs)
* Sat Sep 04 2004 - coolo@suse.de
- build without unsermake
* Fri Mar 05 2004 - kkeil@suse.de
- update to version 01.00.07
* Sat Jan 10 2004 - adrian@suse.de
- build as user
* Sat Aug 09 2003 - adrian@suse.de
- add Categories
* Wed Jul 23 2003 - kkeil@suse.de
- update to version 01.00.06
* Sat Jun 14 2003 - kkeil@suse.de
- fix filelist
* Mon Jan 27 2003 - kkeil@suse.de
- update to latest version (only minor docu changes)
* Thu Jan 09 2003 - adrian@suse.de
- autoconf fixes
* Sat Nov 30 2002 - kkeil@suse.de
- fix varargs for new GCC versions
* Tue Jul 23 2002 - adrian@suse.de
- fix Makefile.am to include macros from admin folder
- fix own --enable-debug implementation to be compatible with the
one from KDE
* Sun Jul 21 2002 - kkeil@suse.de
- frist version