rpms/xfce4-cellmodem-plugin/F-11 xfce4-cellmodem-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Wed May 6 22:53:23 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-cellmodem-plugin/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10021/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-cellmodem-plugin.spec 
Log Message:
initial release for this branch


--- NEW FILE xfce4-cellmodem-plugin.spec ---
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=499279

Name:           xfce4-cellmodem-plugin
Version:        0.0.5
Release:        1%{?dist}
Summary:        Cell Modem monitor plugin for the Xfce panel

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.4.0
BuildRequires:  libusb-devel
BuildRequires:  gettext, intltool
Requires:       xfce4-panel >= 4.4.0
 
%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. 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
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop


%changelog
* Thu May 05 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.5-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-cellmodem-plugin/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2009 21:17:50 -0000	1.1
+++ .cvsignore	6 May 2009 22:52:53 -0000	1.2
@@ -0,0 +1 @@
+xfce4-cellmodem-plugin-0.0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-cellmodem-plugin/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2009 21:17:50 -0000	1.1
+++ sources	6 May 2009 22:52:53 -0000	1.2
@@ -0,0 +1 @@
+e438eb703d40c42917027fcbc742d4eb  xfce4-cellmodem-plugin-0.0.5.tar.gz




More information about the fedora-extras-commits mailing list