obex-data-server: replaces and conflicts with 'obexd>=0'.
This commit is contained in:
parent
ae59d11550
commit
0465e983c9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'obex-data-server'
|
||||
pkgname=obex-data-server
|
||||
version=0.4.5
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://tadas.dailyda.com/software/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="D-Bus service providing high-level OBEX functionality"
|
||||
|
@ -12,6 +12,9 @@ long_desc="
|
|||
functionality (currently supports OPP, FTP, BIP profiles, Bluetooth, USB
|
||||
and TTY transports)."
|
||||
|
||||
replaces="obexd>=0"
|
||||
conflicts="obexd>=0"
|
||||
|
||||
conf_files="
|
||||
/etc/obex-data-server/capability.xml
|
||||
/etc/obex-data-server/imaging_capabilities.xml"
|
||||
|
@ -25,6 +28,7 @@ Add_dependency run libgomp
|
|||
Add_dependency run libbluetooth
|
||||
Add_dependency run libopenobex
|
||||
Add_dependency run libmagick
|
||||
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libusb-compat-devel
|
||||
Add_dependency build dbus-devel
|
||||
|
|
Loading…
Reference in a new issue