Author: megabajt                     Date: Tue Apr 17 15:25:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xfce4-cellmodem-plugin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xfce4-cellmodem-plugin.spec
diff -u /dev/null SPECS/xfce4-cellmodem-plugin.spec:1.1
--- /dev/null   Tue Apr 17 17:25:28 2007
+++ SPECS/xfce4-cellmodem-plugin.spec   Tue Apr 17 17:25:23 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:       A cellmodem plugin for the Xfce panel
+Name:          xfce4-cellmodem-plugin
+Version:       0.0.5
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications
+Source0:       
http://goodies.xfce.org/releases/xfce4-cellmodem-plugin/%{name}-%{version}.tar.gz
+# Source0-md5: e438eb703d40c42917027fcbc742d4eb
+URL:           
http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: intltool
+BuildRequires: libusb-devel >= 0.1.12
+BuildRequires: pciutils-devel
+BuildRequires: xfce4-dev-tools >= 4.4.0
+BuildRequires: zlib-devel
+Requires:      xfce4-panel >= 4.4.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+
+%build
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cellmodem-plugin
+%{_datadir}/xfce4/panel-plugins/cellmodem.desktop
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/17 15:25:23  megabajt
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to