rpms/xfce4-modemlights-plugin/F-7 Makefile, 1.2, 1.3 sources, 1.3, 1.4 xfce4-modemlights-plugin-0.1.3.99-ifupdown.patch, NONE, 1.1 xfce4-modemlights-plugin.spec, 1.9, 1.10 .cvsignore, 1.2, 1.3

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Dec 10 23:51:49 UTC 2007


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-modemlights-plugin/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2185/F-7

Modified Files:
	.cvsignore 
Added Files:
	Makefile sources 
	xfce4-modemlights-plugin-0.1.3.99-ifupdown.patch 
	xfce4-modemlights-plugin.spec 
Log Message:
* Wed Nov 21 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.3.99-2
- Require ppp



Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	10 Dec 2007 23:51:16 -0000	1.3
@@ -0,0 +1,21 @@
+# Makefile for source rpm: xfce4-places-plugin
+# $Id$
+NAME := xfce4-modemlights-plugin
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	10 Dec 2007 23:51:16 -0000	1.4
@@ -0,0 +1 @@
+aeab49c57bdaeb12a73486515aae50cd  xfce4-modemlights-plugin-0.1.3.99.tar.bz2

xfce4-modemlights-plugin-0.1.3.99-ifupdown.patch:

--- NEW FILE xfce4-modemlights-plugin-0.1.3.99-ifupdown.patch ---
--- xfce4-modemlights-plugin-0.1.3.99.orig/panel-plugin/panel-plugin.c	2007-11-08 09:28:58.000000000 +0100
+++ xfce4-modemlights-plugin-0.1.3.99/panel-plugin/panel-plugin.c	2007-11-20 20:43:59.000000000 +0100
@@ -355,9 +355,9 @@
     g_return_if_fail (rc);
 
     mwp->connection_cmd =
-      g_strdup (xfce_rc_read_entry (rc, "connection_cmd", "/usr/bin/pon"));
+      g_strdup (xfce_rc_read_entry (rc, "connection_cmd", "/sbin/ifup"));
     mwp->disconnection_cmd =
-      g_strdup (xfce_rc_read_entry (rc, "disconnection_cmd", "/usr/bin/poff"));
+      g_strdup (xfce_rc_read_entry (rc, "disconnection_cmd", "/sbin/ifdown"));
     mwp->device =
       g_strdup (xfce_rc_read_entry (rc, "device", "ppp0"));
     mwp->lockfile =


Index: xfce4-modemlights-plugin.spec
===================================================================
RCS file: xfce4-modemlights-plugin.spec
diff -N xfce4-modemlights-plugin.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ xfce4-modemlights-plugin.spec	10 Dec 2007 23:51:16 -0000	1.10
@@ -0,0 +1,80 @@
+Name: 		xfce4-modemlights-plugin
+Version: 	0.1.3.99
+Release: 	2%{?dist}
+Summary: 	Modemlights 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.bz2
+Patch0:		%{name}-0.1.3.99-ifupdown.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel
+BuildRequires:	gettext, perl(XML::Parser)
+Requires:	xfce4-panel >= 4.4.1, ppp
+
+%description
+A Xfce4 panel applet intended to simplify establishing a ppp connection via 
+a modem.
+
+%prep
+%setup -q
+%patch0 -p1 -b .ifupdown
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_datadir}/pixmaps/modem-*.png
+
+%changelog
+* Wed Nov 21 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.3.99-2
+- Require ppp
+
+* Tue Nov 20 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.3.99-1
+- Update to 0.1.4 RC
+- Update license tag
+
+* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-7
+- Require xfce4-panel.
+
+* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-6
+- Rebuild for Fedora Extras 5.
+
+* Sat Jan 28 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-5
+- Add libXt-devel BuildReqs.
+- Drop libX11-devel.
+
+* Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-4
+- Add libX11-devel BuildReqs for modular X.
+
+* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-3
+- Add libxfcegui4-devel BuildReqs.
+- Fix %%defattr.
+
+* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-2
+- Initial Fedora Extras version.
+- Rebuild for XFCE 4.2.3.
+- disable-static instead of removing .a files.
+
+* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-1.fc4.cw
+- Initial Fedora Extras version.
+- Update to 0.1.1
+- Add libxml2 BuildReqs.
+
+* Sat Jul 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.0-1.fc4.cw
+- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-modemlights-plugin/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Dec 2005 03:49:55 -0000	1.2
+++ .cvsignore	10 Dec 2007 23:51:16 -0000	1.3
@@ -1 +1 @@
-xfce4-modemlights-plugin-0.1.1.tar.gz
+xfce4-modemlights-plugin-0.1.3.99.tar.bz2




More information about the fedora-extras-commits mailing list