Compare commits

..

17 commits

Author SHA1 Message Date
Andreas Bierfert
6cbd906b37 Package is retired and obsoleted by synce-connector 2011-08-23 18:07:36 +02:00
Andreas Bierfert
f18be3ab0d Package is retired 2011-08-23 18:07:16 +02:00
Dennis Gilmore
c857c6e21b - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:03:25 -06:00
Fedora Release Engineering
1fcb8d0725 dist-git conversion 2010-07-29 14:54:50 +00:00
Bill Nottingham
2ad56ab8c4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:19 +00:00
Jesse Keating
199a6713a0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:45:44 +00:00
d2d9f809ad fix build 2009-03-06 13:20:29 +00:00
Jesse Keating
ae9e25f027 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:53:50 +00:00
Andreas Bierfert
483a745b7f - more fixes 2008-02-22 15:28:22 +00:00
Andreas Bierfert
0590d6b253 - more fixes 2008-02-22 15:15:28 +00:00
Andreas Bierfert
098fd7e1a1 - fix path 2008-02-22 14:58:33 +00:00
Andreas Bierfert
7f38d7add0 - enhance patch 2008-02-22 14:47:50 +00:00
Andreas Bierfert
396fe51dab - fix gcc43 build (#433998) 2008-02-22 14:33:53 +00:00
Jesse Keating
1ef46a40a5 - Autorebuild for GCC 4.3 2008-02-18 20:53:17 +00:00
Andreas Bierfert
98010a4171 - version upgrade (upstream security fix) 2007-12-21 09:24:13 +00:00
Aurelien Bompard
3ae81be38c version 0.10.0 2007-05-17 21:08:05 +00:00
Aurelien Bompard
b94978e7d3 import 2007-05-01 08:21:41 +00:00
4 changed files with 1 additions and 74 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
synce-vdccm-0.9.3.tar.gz

1
dead.package Normal file
View file

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

View file

@ -1 +0,0 @@
996236320a6b4c9410050c4dc6e53164 synce-vdccm-0.9.3.tar.gz

View file

@ -1,72 +0,0 @@
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 <abompard@fedoraproject.org> 0.9.3-1
- split off the synce package