diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 16:59:49 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 16:59:49 +0900 |
commit | 7bdb9d9928109495da4563c5b52cedb7e5ebdd63 (patch) | |
tree | 4d7e22fa4654aced04a9dfd72014b49b8713cb48 /packaging | |
parent | f4df98ff9ef3c9ecfd045f5695a7653be3cd4e8b (diff) | |
download | bluetooth-firmware-bcm-7bdb9d9928109495da4563c5b52cedb7e5ebdd63.tar.gz bluetooth-firmware-bcm-7bdb9d9928109495da4563c5b52cedb7e5ebdd63.tar.bz2 bluetooth-firmware-bcm-7bdb9d9928109495da4563c5b52cedb7e5ebdd63.zip |
upload tizen1.0 source
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/bt-firmware-43xx.spec | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/packaging/bt-firmware-43xx.spec b/packaging/bt-firmware-43xx.spec index e759818..67c8dbb 100644 --- a/packaging/bt-firmware-43xx.spec +++ b/packaging/bt-firmware-43xx.spec @@ -1,28 +1,26 @@ - Name: bt-firmware-43xx -Summary: Tools and scripts for Bluetooth stack -Version: 0.1.0 +Summary: firmware and tools for bluetooth +Version: 0.1.2 Release: 1 -Group: TO_BE/FILLED_IN -License: GPL -Source0: %{name}-%{version}.tar.gz +Group: TO_BE_FILLED +License: TO_BE_FILLED +Source0: bluetooth-firmware-bcm-%{version}.tar.gz BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) BuildRequires: cmake %description -Tools and scripts for Bluetooth stack + firmware and tools for bluetooth + %prep %setup -q %build -export CFLAGS+=" $CFLAGS -fpie" -export LDFLAGS+=" -Wl,--rpath=/usr/lib -Wl,--as-needed -Wl,--unresolved-symbols=ignore-in-shared-libs -pie" -cmake . -DCMAKE_INSTALL_PREFIX=/usr -DPLUGIN_INSTALL_PREFIX=/usr - +cmake ./ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPLUGIN_INSTALL_PREFIX=%{_prefix} +make %{?jobs:-j%jobs} %install rm -rf %{buildroot} @@ -30,7 +28,10 @@ rm -rf %{buildroot} %files -/etc/rc.d/init.d/* -/lib/firmware/* -/usr/bin/* -/usr/etc/bluetooth/* +%defattr(-,root,root,-) +%{_bindir}/bcmtool_4330b1 +%{_bindir}/setbd +%{_prefix}/etc/bluetooth/BCM4330B1_002.001.003.0221.0265.hcd +%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-end.sh +%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start.sh +%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh |