From c5409e494b9505d1cd004da2677600752a52c6b1 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sun, 29 Apr 2007 22:08:23 +0000 Subject: [PATCH 1/4] Initialize branch FC-6 for vdccm --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..d5b6362 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +FC-6 From 9727983ca735182dacedba4f5b0f23a85a4bd16c Mon Sep 17 00:00:00 2001 From: Aurelien Bompard Date: Tue, 1 May 2007 11:55:01 +0000 Subject: [PATCH 2/4] import --- .cvsignore | 1 + sources | 1 + vdccm.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 vdccm.spec diff --git a/.cvsignore b/.cvsignore index e69de29..7f9361a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +synce-vdccm-0.9.3.tar.gz diff --git a/sources b/sources index e69de29..076e006 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +996236320a6b4c9410050c4dc6e53164 synce-vdccm-0.9.3.tar.gz diff --git a/vdccm.spec b/vdccm.spec new file mode 100644 index 0000000..0bdc617 --- /dev/null +++ b/vdccm.spec @@ -0,0 +1,72 @@ +Name: vdccm +Version: 0.9.3 +Release: 1%{?dist} +Summary: Serial connection daemon for Pocket PC devices + +Group: Applications/Communications +License: MIT +URL: http://www.synce.org +Source0: http://download.sf.net/synce/synce-vdccm-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libsynce-devel +BuildRequires: libtool + +Requires: synce-serial + +%description +Vdccm is a daemon running as the user on the desktop machine, which +the Pocket PC connects to. +This vdccm is a replacement of the original dccm and the vdccm comming +with SynCE-KDE. + +%package devel +Summary: Development libraries and header files for vdccm +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains the header files and link libraries for vdccm + + +%prep +%setup -q +sed -i -e "/chown root/d" src/Makefile.in + +%build +%configure --disable-static +make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS README TODO +%attr(4755,root,root) %{_bindir}/vdccm +%{_bindir}/proxyclient +%{_bindir}/triggerconnection +%{_libdir}/libdescriptor.so.* + +%files devel +%defattr(-,root,root,-) +%{_libdir}/lib*.so + + +%changelog +* Sat Mar 03 2007 Aurelien Bompard 0.9.3-1 +- split off the synce package From d99375b8520231e98ff57f14bbe7524791b50187 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:12:22 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f029cb2..4369c16 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: vdccm -# $Id$ +# $Id: Makefile,v 1.1 2007/04/29 22:08:12 wtogami Exp $ NAME := vdccm 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a47521b6251f31080289f83ae34865da003c6787 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:54:51 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 4369c16..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vdccm -# $Id: Makefile,v 1.1 2007/04/29 22:08:12 wtogami Exp $ -NAME := vdccm -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index d5b6362..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -FC-6