From f4e80f6be243965acd4b0f965da17d4ca473f7d8 Mon Sep 17 00:00:00 2001 From: Jaekyun Lee Date: Tue, 21 Aug 2012 19:26:50 +0900 Subject: Tizen 2.0 release --- packaging/bluetooth-firmware-bcm.spec | 37 +++++++++++++++++++++++++++++++++++ packaging/bt-firmware-43xx.spec | 37 ----------------------------------- 2 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 packaging/bluetooth-firmware-bcm.spec delete mode 100644 packaging/bt-firmware-43xx.spec (limited to 'packaging') diff --git a/packaging/bluetooth-firmware-bcm.spec b/packaging/bluetooth-firmware-bcm.spec new file mode 100644 index 0000000..5c06516 --- /dev/null +++ b/packaging/bluetooth-firmware-bcm.spec @@ -0,0 +1,37 @@ +Name: bluetooth-firmware-bcm +Summary: firmware and tools for bluetooth +Version: 0.1.3 +Release: 1 +Group: Hardware Support/Handset +License: Apache +# NOTE: Source name does not match package name. This should be +# resolved in the future, by I don't have that power. - Ryan Ware +Source0: %{name}-%{version}.tar.gz + +BuildRequires: pkgconfig(vconf) +BuildRequires: cmake + +%description + firmware and tools for bluetooth + + +%prep +%setup -q + +%build +cmake ./ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPLUGIN_INSTALL_PREFIX=%{_prefix} +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + + +%files +%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 diff --git a/packaging/bt-firmware-43xx.spec b/packaging/bt-firmware-43xx.spec deleted file mode 100644 index 67c8dbb..0000000 --- a/packaging/bt-firmware-43xx.spec +++ /dev/null @@ -1,37 +0,0 @@ -Name: bt-firmware-43xx -Summary: firmware and tools for bluetooth -Version: 0.1.2 -Release: 1 -Group: TO_BE_FILLED -License: TO_BE_FILLED -Source0: bluetooth-firmware-bcm-%{version}.tar.gz - -BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(vconf) -BuildRequires: cmake - -%description - firmware and tools for bluetooth - - -%prep -%setup -q - -%build -cmake ./ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPLUGIN_INSTALL_PREFIX=%{_prefix} -make %{?jobs:-j%jobs} - -%install -rm -rf %{buildroot} -%make_install - - -%files -%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 -- cgit v1.2.3