Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cbd906b37 | ||
|
|
f18be3ab0d | ||
|
|
c857c6e21b | ||
|
|
1fcb8d0725 | ||
|
|
2ad56ab8c4 | ||
|
|
199a6713a0 | ||
| d2d9f809ad | |||
|
|
ae9e25f027 | ||
|
|
483a745b7f | ||
|
|
0590d6b253 | ||
|
|
098fd7e1a1 | ||
|
|
7f38d7add0 | ||
|
|
396fe51dab | ||
|
|
1ef46a40a5 | ||
|
|
98010a4171 |
4 changed files with 1 additions and 75 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
synce-vdccm-0.10.0.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Package is retired and obsoleted by synce-connector
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
f6fcb49297cf80a028bfe75a8e1bdc4d synce-vdccm-0.10.0.tar.gz
|
||||
73
vdccm.spec
73
vdccm.spec
|
|
@ -1,73 +0,0 @@
|
|||
Name: vdccm
|
||||
Version: 0.10.0
|
||||
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}/triggerconnection
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue