diff options
-rw-r--r-- | packaging/bluetooth-firmware-bcm-e4412.spec | 40 | ||||
-rw-r--r-- | packaging/bluetooth-firmware-bcm.spec | 4 |
2 files changed, 2 insertions, 42 deletions
diff --git a/packaging/bluetooth-firmware-bcm-e4412.spec b/packaging/bluetooth-firmware-bcm-e4412.spec deleted file mode 100644 index beb1fbd..0000000 --- a/packaging/bluetooth-firmware-bcm-e4412.spec +++ /dev/null @@ -1,40 +0,0 @@ -Name: bluetooth-firmware-bcm-e4412 -Summary: firmware and tools for bluetooth -Version: 0.2.28 -Release: 1 -Group: Hardware Support/Handset -License: Apache License, Version 2.0 -Source0: bluetooth-firmware-bcm-%{version}.tar.gz - -BuildRequires: pkgconfig(vconf) -BuildRequires: cmake - -%description -firmware and tools for bluetooth - - -%prep -%setup -q -n bluetooth-firmware-bcm-%{version} - -%build -cmake ./ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPLUGIN_INSTALL_PREFIX=%{_prefix} -make %{?jobs:-j%jobs} - -%install -rm -rf %{buildroot} -%make_install - -cp -rf %{buildroot}%{_prefix}/etc/bluetooth/bt-dev-start-e4412.sh %{buildroot}%{_prefix}/etc/bluetooth/bt-dev-start.sh - -%files -%manifest bluetooth-firmware-bcm.manifest -%defattr(-,root,root,-) -%{_bindir}/bcmtool_4330b1 -%{_bindir}/setbd -%{_prefix}/etc/bluetooth/BCM4334B0_002.001.013.0079.0081.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 -%exclude %{_prefix}/etc/bluetooth/BCM4330B1_002.001.003.0221.0265.hcd -%exclude %{_prefix}/etc/bluetooth/bt-dev-start-c210.sh -%exclude %{_prefix}/etc/bluetooth/bt-dev-start-e4412.sh diff --git a/packaging/bluetooth-firmware-bcm.spec b/packaging/bluetooth-firmware-bcm.spec index bfa91fa..826a7bf 100644 --- a/packaging/bluetooth-firmware-bcm.spec +++ b/packaging/bluetooth-firmware-bcm.spec @@ -1,6 +1,6 @@ Name: bluetooth-firmware-bcm Summary: firmware and tools for bluetooth -Version: 0.2.28 +Version: 0.2.29 Release: 1 Group: Hardware Support/Handset License: Apache @@ -68,4 +68,4 @@ ln -s %{_prefix}/etc/bluetooth/bt-dev-start-e4412.sh %{_prefix}/etc/bluetooth/bt %{_prefix}/etc/bluetooth/BCM4334B0_002.001.013.0079.0081.hcd %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-end.sh %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start-e4412.sh -%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh
\ No newline at end of file +%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh |