Author: nanardon
Date: Mon Dec  4 01:50:11 2006
New Revision: 90302

Added:
   packages/cooker/synce-serial/current/SOURCES/synce-serial-0.9.1.tar.bz2   
(contents, props changed)
   packages/cooker/synce-serial/current/SOURCES/synce-use-vdccm.patch
   packages/cooker/synce-serial/current/SPECS/synce-serial.spec

Log:
- first standalone package

Added: packages/cooker/synce-serial/current/SOURCES/synce-serial-0.9.1.tar.bz2
==============================================================================
Binary file. No diff available.

Added: packages/cooker/synce-serial/current/SOURCES/synce-use-vdccm.patch
==============================================================================
--- (empty file)
+++ packages/cooker/synce-serial/current/SOURCES/synce-use-vdccm.patch  Mon Dec 
 4 01:50:11 2006
@@ -0,0 +1,19 @@
+Index: script/synce-serial-start.in
+===================================================================
+--- script/synce-serial-start.in
++++ script/synce-serial-start.in       2006-12-04 01:47:58.705246926 +0100
+@@ -126,11 +126,11 @@
+ 
+ PGREP=`which pgrep`
+ if [ "$PGREP" ]; then
+-  $PGREP dccm >/dev/null || echo "
++  $PGREP vdccm >/dev/null || echo "
+ Warning!
+ 
+-${THIS} cannot find the dccm process.
+-Without dccm your PPP connection will soon terminate!
++${THIS} cannot find the vdccm process.
++Without vdccm your PPP connection will soon terminate!
+ " >&2
+ fi
+ 

Added: packages/cooker/synce-serial/current/SPECS/synce-serial.spec
==============================================================================
--- (empty file)
+++ packages/cooker/synce-serial/current/SPECS/synce-serial.spec        Mon Dec 
 4 01:50:11 2006
@@ -0,0 +1,42 @@
+%define name     synce-serial
+
+Summary: SynCE: Serial connection support
+Name: %{name}
+Version: 0.9.1
+Release: %mkrel 1
+License: MIT
+Group: Office
+Source: %{name}-%{version}.tar.bz2
+Patch0: synce-use-vdccm.patch
+URL: http://synce.sourceforge.net/
+Distribution: SynCE RPM packages
+Vendor: The SynCE Project
+Buildroot: %{_tmppath}/%name-root
+Requires: ppp synce-vdccm
+
+%description
+Synce-serial is part of the SynCE project:
+
+  http://synce.sourceforge.net/
+
+This module contains helper scripts for setting up a serial connection for use
+with SynCE.
+
+%prep
+%setup -q
+%patch0 -p0 -b .use-vdccm
+
+%build
+%configure
+%make
+
+%install
+%makeinstall
+
+%files
+%defattr(-,root,root)
+%doc README LICENSE
+%{_bindir}/synce-serial-*
+%{_datadir}/synce/synce-serial-*
+%{_mandir}/man8/synce-serial-*
+

Reply via email to