Fix spec file which is specific for Samsung code
authorarron.wang <arron.wang@intel.com>
Fri, 8 Jun 2012 06:56:04 +0000 (14:56 +0800)
committerarron.wang <arron.wang@intel.com>
Mon, 18 Jun 2012 07:01:00 +0000 (15:01 +0800)
configure [changed mode: 0644->0755]
install-sh [changed mode: 0644->0755]
packaging/bluez.changes
packaging/bluez.spec

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index ee5b4df..37b2eab 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Jun  8 13:26:27 CST 2012 Arron <arron.wang@intel.com> - 4.99
+- Fix spec file which is specific for Samsung code
+
 * Fri Jun  8 13:22:46 CST 2012 Arron <arron.wang@intel.com> - 4.99
 - Add audio conf for bluez HFP feature
 
index c44079e..1846a6e 100644 (file)
@@ -106,7 +106,6 @@ Scripts for testing BlueZ and its functionality
 %prep
 %setup -q -n %{name}-%{version}
 
-export CFLAGS="${CFLAGS} -D__TIZEN_PATCH__ -D__BROADCOM_PATCH__"
 %reconfigure --disable-static \
                        --localstatedir=/opt/var \
                         --enable-pie \
@@ -124,7 +123,7 @@ export CFLAGS="${CFLAGS} -D__TIZEN_PATCH__ -D__BROADCOM_PATCH__"
                         --disable-cups \
                         --enable-test \
                         --disable-udevrules \
-                        --with-telephony=tizen
+                        --with-telephony=ofono
 
 make %{?jobs:-j%jobs}