apology + missing spec file
Danny Backx <[email protected]> Thu, 21 Jul 2005 13:54:04 +0200
| Newsgroups | gmane.comp.gnome.apps.multisync.user |
|---|---|
| Organization | Familie Backx |
| Message-ID | <1121946844.7363.11.camel@dell> |
I was fooled by the head of CVS, there is a working implementation of the evolution2 plugin in a branch, I didn't find it there. I spread a small amount of misinformation about that the other day, my apologies for that. For those interested in success stories : I have now succeeded in getting my Mio Digiwalker to sync with Evolution-2 (the version from the recent gnome 2.10 distribution). After compiling most of SynCE from CVS, the timezone problem is gone. Two remarks : - I had to install a few things I didn't have before, and not all of them were clearly mentioned as prerequisites (e.g. libiconv, and manually copying some of its autoconf m4 files to the directory searched by aclocal). - The spec file for the evolution 2 plugin doesn't appear to be in CVS. I copied the evolution spec file and made a few changes. Attached to this message. Maybe this needs to be added to CVS. Until it is, it looks like the line mentioning that in the evolution2_plugin configure.in file needs to be deleted, or the autogen.sh will fail. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
multisync-evolution2.spec.in
(text/plain, 1.1 KB)
Name : multisync-evolution
Version : @VERSION@
Release : 1
Group : Applications/Productivity
Summary : A Ximian Evolution-2 plugin for MultiSync
Copyright : GPL
Requires: multisync = @MULTISYNC_VERSION@ evolution >= 2.0
BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
%description
This is a plugin to enable synchronization of Ximian Evolution-2 data
using MultiSync.
The MultiSync homepage can be found at http://multisync.sourceforge.net
%define _unpackaged_files_terminate_build 0
%define _missing_doc_files_terminate_build 0
%files
@prefix@/lib/multisync/libevolution2_sync.so.0.0.0
@prefix@/lib/multisync/libevolution2_sync.so.0
@prefix@/lib/multisync/libevolution2_sync.so
%install
rm -rf %{buildroot}
mkdir -p $RPM_BUILD_ROOT/@prefix@/lib/multisync/
cp -a @prefix@/lib/multisync/libevolution2_sync.so.0.0.0 $RPM_BUILD_ROOT/@prefix@/lib/multisync/
cp -a @prefix@/lib/multisync/libevolution2_sync.so.0 $RPM_BUILD_ROOT/@prefix@/lib/multisync/
cp -a @prefix@/lib/multisync/libevolution2_sync.so $RPM_BUILD_ROOT/@prefix@/lib/multisync/
strip $RPM_BUILD_ROOT/@prefix@/lib/multisync/libevolution2_sync.so.0.0.0
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQBC34zcNEE+KCROU2kRAklzAJ0eeoOxr6pv2W9lOPRn5g1sEK+SNQCaA+Zz lahoI+3DA/IqfR+TOBWZUCA= =taA+ -----END PGP SIGNATURE-----