File libopensync-plugin-gpe.spec of Package libopensync-plugin-gpe
#
# spec file for package libopensync-plugin-gpe (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: libopensync-plugin-gpe
BuildRequires: libopensync-devel
URL: http://www.openync.org
Version: 0.22
Release: 36
Summary: GPE Synchronization Plug-In for OpenSync
License: GPL v2 or later
Group: Productivity/Other
Autoreqprov: on
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define prefix /usr
%description
This plug-in allows applications using OpenSync to synchronize to and
from handhelds which use GPE.
Additionally install the libopensync package.
Authors:
--------
Martin Felis <martin@silef.de>
%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
# only needed for development and currently there's no package needing it.
rm $RPM_BUILD_ROOT/%{_libdir}/opensync/plugins/gpe_sync.la
rm $RPM_BUILD_ROOT/%{_includedir}/opensync-1.0/opensync/gpe_sync.h
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%{_libdir}/opensync/plugins/gpe_sync.so
%{_datadir}/opensync/defaults/gpe-sync
%doc AUTHORS COPYING INSTALL ChangeLog README BUGS
%changelog
* Thu Mar 29 2007 - cstender@suse.de
- updated to version 0.22
o fixed "conv env" check by calling osync_member_set
o added support for running gpesyncd as a subprocess
o fixed confusion about uid problem
* Mon Nov 06 2006 - cstender@suse.de
- bumped version to 0.20
* Fri Sep 29 2006 - cstender@suse.de
- updated to version 0.19
o added support for filter-objtype
* Mon Aug 28 2006 - cstender@suse.de
- updated to version 0.18+svn1233
* Thu Jul 06 2006 - dgollub@suse.de
- update to version 0.18_SVN1095:
o added syncing via tcp/ip
o fixed some gcc warnings
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Dec 12 2005 - dgollub@suse.de
- initial version of the package 0.18_SVN770