File msynctool.spec of Package msynctool
#
# spec file for package msynctool (Version 0.22)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: msynctool
BuildRequires: libopensync-devel
URL: http://www.opensync.org/
Version: 0.22
Release: 36
Summary: CLI for synchronization with OpenSync
License: GPL v2 or later
Group: Productivity/Other
Autoreqprov: on
Source: msynctool-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libopensync >= 0.22
Obsoletes: multisync-cli
Provides: multisync-cli
%define prefix /usr
%description
Command line interface for libopensync to allow synchronization on
machines which lack a X server. It relies on the OpenSync framework to
do the actual synchronization. You need to install the libopensync
package and the plugins for it, too.
Authors:
--------
Armin Bauer <armin.bauer@desscon.com>
%prep
%setup -q
%build
autoreconf -if
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --libdir=%_libdir --localstatedir=%_localstatedir --mandir=%_mandir
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%{_bindir}/msynctool
%{_bindir}/convcard
%{_bindir}/convtest
%{_mandir}/man1/convcard.1*
%{_mandir}/man1/msynctool.1*
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%changelog
* Thu Mar 29 2007 - cstender@suse.de
- updated to version 0.22
o added convtest
o fixed typo in format detector
o removed useless debugging output
o added event comparer to convcard
* Mon Nov 06 2006 - cstender@suse.de
- updated to version 0.20
o fixed a crash due to missing return
* Tue Oct 10 2006 - cstender@suse.de
- obsoletes multisync-cli
* Fri Sep 29 2006 - cstender@suse.de
- renamed package from multisync-cli to msynctool
- updated to version 0.19
o fixed autoconf warnings
o added manpages for convcard and msynctool
* Mon Aug 28 2006 - cstender@suse.de
- updated to version 0.90.18+svn170
o added checks to see if a conflict can be ignored
* Thu Jul 06 2006 - dgollub@suse.de
- initial import of multisync command line client 0.90.18_SVN168