summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2015-08-17 14:19:43 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2015-08-17 14:19:43 +0900
commit8ca1af73e9149f4080558369bec2606a0b51a605 (patch)
tree394be7a2050257df8d95638e53b8951568dde0f6
parent178daa16c939175a3bc194ed1fc5aa9e7e7a8103 (diff)
downloadbluez-accepted/tizen/wearable/20150817.134834.tar.gz
bluez-accepted/tizen/wearable/20150817.134834.tar.bz2
bluez-accepted/tizen/wearable/20150817.134834.zip
Change-Id: I555d55d7646ffbd372599e988569e3bb15adbc67 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--packaging/bluez.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/packaging/bluez.spec b/packaging/bluez.spec
index 8777575f..78ebeb69 100644
--- a/packaging/bluez.spec
+++ b/packaging/bluez.spec
@@ -1,4 +1,5 @@
#%define with_libcapng --enable-capng
+%define _libpath /usr/lib
Name: bluez
Summary: Bluetooth Stack for Linux
Version: 5.28
@@ -101,8 +102,8 @@ export CFLAGS+=" -DPBAP_SIM_ENABLE"
%reconfigure --disable-static \
--sysconfdir=%{_sysconfdir} \
--localstatedir=%{_localstatedir} \
- --with-systemdsystemunitdir=%{_libdir}/systemd/system \
- --with-systemduserunitdir=%{_libdir}/systemd/user \
+ --with-systemdsystemunitdir=%{_libpath}/systemd/system \
+ --with-systemduserunitdir=%{_libpath}/systemd/user \
--libexecdir=%{_libexecdir} \
--enable-debug \
--enable-pie \
@@ -171,7 +172,7 @@ install -D -m 0755 attrib/gatttool $RPM_BUILD_ROOT/%{_bindir}/
install -D -m 0755 tools/obexctl %{buildroot}%{_bindir}/obexctl
#test
-ln -sf bluetooth.service %{buildroot}%{_libdir}/systemd/system/dbus-org.bluez.service
+ln -sf bluetooth.service %{buildroot}%{_libpath}/systemd/system/dbus-org.bluez.service
%post -n libbluetooth -p /sbin/ldconfig
@@ -204,8 +205,8 @@ ln -sf bluetooth.service %{buildroot}%{_libdir}/systemd/system/dbus-org.bluez.se
/usr/lib/udev/*
#test -2
-%{_libdir}/systemd/system/bluetooth.service
-%{_libdir}/systemd/system/dbus-org.bluez.service
+%{_libpath}/systemd/system/bluetooth.service
+%{_libpath}/systemd/system/dbus-org.bluez.service
%{_datadir}/dbus-1/system-services/org.bluez.service
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
@@ -232,7 +233,7 @@ ln -sf bluetooth.service %{buildroot}%{_libdir}/systemd/system/dbus-org.bluez.se
%files -n obexd
%defattr(-,root,root,-)
%{_libexecdir}/bluetooth/obexd
-%{_libdir}/systemd/user/obex.service
+%{_libpath}/systemd/user/obex.service
%{_datadir}/dbus-1/services/org.bluez.obex.service
%{_sysconfdir}/obex/root-setup.d/000_create-symlinks
%{_bindir}/obex-root-setup