File libopensync-plugin-irmc.spec of Package libopensync-plugin-irmc
#
# spec file for package libopensync-plugin-irmc
#
# Copyright (c) 2011 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-irmc
BuildRequires: bluez-devel libopensync-devel libtool openobex-devel
Url: http://www.opensync.org
Version: 0.22
Release: 1
Summary: IrMC Synchronization Plug-In for OpenSync
License: GPL-2.0+
Group: Productivity/Other
Source: %{name}-%{version}.tar.bz2
Patch0: libopensync-plugin-irmc-openobex-cvs.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define prefix /usr
%description
This plug-in allows applications using OpenSync to synchronize to and
from cell phones with IrMC support (such as Sony Ericsson K750i,
Siemens S55).
Additionally install the libopensync package.
Authors:
--------
Bo Lincoln <lincoln@lysator.liu.se>
and others
%prep
%setup -q
%patch0
%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/irmc_sync.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%{_libdir}/opensync/plugins/irmc_sync.so
%{_datadir}/opensync/defaults/irmc-sync
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%changelog