SPECS: xfce4-cellmodem-plugin.spec (NEW) - new

megabajt megabajt at pld-linux.org
Tue Apr 17 17:25:28 CEST 2007


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 <feedback at pld-linux.org>
+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
+
================================================================


More information about the pld-cvs-commit mailing list