Compare commits

..

4 commits

Author SHA1 Message Date
Fedora Release Engineering
73edbd9baa dist-git conversion 2010-07-29 14:54:46 +00:00
Bill Nottingham
45419e1384 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:22 +00:00
Andreas Bierfert
fa36c0c403 - version upgrade 2008-01-13 15:25:29 +00:00
Jesse Keating
17fae3a428 Initialize branch F-8 for vdccm 2007-10-20 14:54:41 +00:00
4 changed files with 79 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vdccm-0.10.1.tar.gz

View file

@ -1 +0,0 @@
Package is retired and obsoleted by synce-connector

1
sources Normal file
View file

@ -0,0 +1 @@
43bca4c2fdb658f99b07549fa03832e0 vdccm-0.10.1.tar.gz

77
vdccm.spec Normal file
View file

@ -0,0 +1,77 @@
Name: vdccm
Version: 0.10.1
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/vdccm-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libsynce-devel >= 0.10.0
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}/triggerconnection
%{_mandir}/man1/*
%files devel
%defattr(-,root,root,-)
%changelog
* Fri Dec 21 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.10.1-1
- version upgrade
* Wed May 09 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.10.0-1
- version 0.10.0
* Sat Mar 03 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.9.3-1
- split off the synce package