File multisync-gui.spec of Package multisync-gui
#
# spec file for package multisync-gui (Version 0.91.0)
#
# Copyright (c) 2008 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: multisync-gui
BuildRequires: gtk2-devel libglade2-devel libgnomeui-devel libopensync-devel libopensync-plugin-evolution2-devel libopensync-plugin-palm-devel
Url: http://www.opensync.org
Version: 0.91.0
Release: 178
Summary: GUI for synchronization with OpenSync
License: GPL v2 or later
Group: Productivity/Other
AutoReqProv: on
Source: multisync-gui-%{version}.tar.bz2
Patch0: multisync-gui.desktop.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libopensync >= 0.22
%define prefix /usr
%description
Graphical version of MultiSync for the libopensync package. To allow
synchronization on machines which use 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. This
package is independent from the various multisync-* packages which will
be obsoleted once OpenSync has left the beta phase.
Authors:
--------
Armin Bauer <armin.bauer@desscon.com>
%prep
%setup -q
%patch0
%{?suse_update_config:%{suse_update_config -f . }}
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix
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}/*
%{_datadir}/pixmaps/multisync.png
%dir %{_datadir}/multisync-gui
%{_datadir}/multisync-gui/multisync-gui.glade
%{_datadir}/applications/multisync-gui.desktop
%doc COPYING
%changelog
* Mon Apr 21 2008 cstender@suse.de
- added/fixed desktop file (bnc #381736)
* Mon Nov 06 2006 cstender@suse.de
- updated to version 0.91.0
o changed to multisync-gui qad branch
* Sun Oct 01 2006 cstender@suse.de
- updated to version 0.90.19
o fixed some build bugs
o fixed gcc warnings
o fixed a menu entry
* Fri Jul 07 2006 dgollub@suse.de
- removed the -cli sub-package
* Sun Mar 05 2006 aj@suse.de
- Reduce BuildRequires.
- libopensync is version 0.18-XXX, use proper require.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Nov 10 2005 dgollub@suse.de
- update to version 0.09.18
* Fri Oct 21 2005 behlert@suse.de
- updated to svn20051021
* Thu Oct 06 2005 behlert@suse.de
- updated to newer svn-version
* Thu Aug 18 2005 behlert@suse.de
- updated to svn-version to fix some problems on 64bit
* Wed Jun 29 2005 behlert@suse.de
- initial version (0.90.17)