File libopensync-plugin-palm.spec of Package libopensync-plugin-palm
#
# spec file for package libopensync-plugin-palm (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: libopensync-plugin-palm
BuildRequires: libopensync-devel pilot-link-devel
Url: http://www.opensync.org
Version: 0.22
Release: 184
Summary: Palm Synchronization Plug-In for OpenSync
License: LGPL v2.1 or later
Group: Productivity/Other
AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: pilot-link
%define prefix /usr
%description
This plug-in allows applications using OpenSync to synchronize to and
from Palm devices.
Additionally install the libopensync package.
Authors:
--------
Armin Bauer <armin.bauer@opensync.org>
%package devel
License: LGPL v2.1 or later
Summary: Header files and libraries for libopensync-plugin-palm
Group: Productivity/Other
Requires: %{name} = %{version} libopensync-devel pilot-link-devel
%description devel
This package contains the header files, static libraries and
development documentation for libopensync-plugin-palm. If you like to
develop programs using libopensync-plugin-palm, you will need to
install libopensync-plugin-palm-devel.
Authors:
--------
Armin Bauer <armin.bauer@opensync.org>
%prep
%setup -q
%build
autoreconf -sfi
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --libdir=%_libdir --localstatedir=%_localstatedir
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)
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%{_libdir}/opensync/plugins/*.so
%{_libdir}/opensync/formats/*.so
%{_datadir}/opensync/defaults/palm-sync
%files devel
%defattr(-, root, root)
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%{_includedir}/opensync-1.0/opensync/*.h
%{_libdir}/opensync/plugins/*.la
%{_libdir}/opensync/formats/*.la
%changelog
* Thu Mar 29 2007 cstender@suse.de
- updated to version 0.22
o added osync_change_set_member(change, env->member)
o added anchor to store the lastsync of a device
o fixed timeouts and hanging after synchronization
* Mon Nov 06 2006 cstender@suse.de
- updated to version 0.20
o changed default config to libusb port
o adapted palm-sync to new timeapi
o fixed objtype note
* Fri Sep 29 2006 cstender@suse.de
- updated to version 0.19
o fixed syncing of contact labels
o added workaround for address type
o avoid constant conflicts and allow RRULE with INTERVAL=1
o added support for filter-objtype
* Mon Aug 28 2006 cstender@suse.de
- updated to version 0.18+svn1233
o added recurrence support
o added encoding support
o added memo syncing support
o fixed syncing conflicts
* Thu Jul 06 2006 dgollub@suse.de
- update to version 0.18_SVN1095 (devel-branch):
o added memo support
o added recurrence support for events
o changed timeformat from unixtime to OSyncSpec time
o generates a FormattedName
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Dec 12 2005 dgollub@suse.de
- updated to 0.18_SVN770
* Wed Nov 23 2005 behlert@suse.de
- removed exclusive arch
- added exact version for libopensync and pilot-link
* Fri Nov 11 2005 dgollub@suse.de
- updated to version 0.18
* Fri Oct 21 2005 behlert@suse.de
- updated to svn20051021
- added patches from Stefan Scheler:
* various bugfixes to make this plugin actually work
(still needs work)
* Thu Oct 06 2005 behlert@suse.de
- initial version (0.17+svn20051006)