Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37400264
en ru br
ALT Linux repos
S:0.47-alt1

Group :: System/Servers
RPM: obexd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _libexecdir %_prefix/libexec

%def_disable server

Name: obexd
Version: 0.47
Release: alt1
Summary: D-Bus service for Obex Client access
Group: System/Servers
License: GPLv2+
Url: http://www.bluez.org/
Packager: Valery Inozemtsev <shrek at altlinux.ru>

%if_enabled server
Provides: obex-data-server
%endif

Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires: glib2-devel libbluez-devel libdbus-devel libical-devel

%description
obexd contains obex-client, a D-Bus service to allow sending files
using the Obex Push protocol, common on mobile phones and other
Bluetooth-equipped devices

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure \
--libexecdir=%_libexecdir \
%{subst_enable server}

%make_build

%install
%make DESTDIR=%buildroot install

%files
%doc README ChangeLog AUTHORS doc/*.txt
%_libexecdir/obex*
%_datadir/dbus-1/services/obex*.service

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin