Package xfce4-cellmodem-plugin: Specfile

Name: xfce4-cellmodem-plugin
Version: 0.0.5
Release: alt1.1

Summary: Cellular modem plugin for XFce Desktop
License: GPL
Group: Graphical desktop/XFce
Url: http://xfce-goodies.berlios.de
Packager: Eugene Ostapets <eostapets@altlinux.ru>

Source: http://download.berlios.de/xfce-goodies/%name-%version.tar.gz
Patch1: %name-asneeded.patch
Patch2: xfce4-cellmodem-plugin-0.0.5-alt-fix.patch

# Automatically added by buildreq on Thu Nov 09 2006
BuildRequires: fontconfig libX11-devel libgtk+2-devel libstartup-notification libxfce4util-devel libxfcegui4-devel perl-XML-Parser xfce4-dev-tools xfce4-panel-devel intltool libusb-devel

%description
The cellmodem plugin is a monitoring plugin for cellular modems. It reports provider and signal quality for GPRS/UMTS(3G)/HSDPA(3.5G) modem cards. It works with (mostly) all cards which support an out-of-band channel for monitoring purposes.
The current features include:
    * Display the current network type (GPRS/UMTS)
    * Display the current signal level
    * Configure the maximum signal level
    * Configure the low and critical signal level
    * Asking for PIN if modem needs it
    * Quick visual feedback on modem and registration status via LEDs
			
%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
intltoolize --force
%__aclocal -I %_datadir/xfce4/dev-tools/m4macros/
%__automake -afc
%__autoconf
%configure
%make_build

%install
%make install DESTDIR=%buildroot
%find_lang %name

%files -f %name.lang
%doc README ChangeLog AUTHORS
%_libexecdir/xfce4/panel-plugins/*
%_datadir/xfce4/panel-plugins/*.desktop

%changelog
* Mon Oct 15 2007 Igor Zubkov <icesik@altlinux.org> 0.0.5-alt1.1
- NMU
  + fix build with new intltool

* Mon Jan 29 2007 Eugene Ostapets <eostapets@altlinux.ru> 0.0.5-alt1
- new version

* Fri Oct 06 2006 Eugene Ostapets <eostapets@altlinux.ru> 0.0.4-alt1
- First build for Sisyphus.