File msynctool.spec of Package msynctool
#
# spec file for package msynctool (Version 0.22)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# 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: 149
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