update to 0.2.0.20201025git.f653217 [release 0.2.0.20201025git.f653217-1mamba;Tue Oct 17 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 20:52:26 +01:00
parent c77e15b919
commit 3b8e598f26

View File

@ -1,31 +1,27 @@
%define pkgver %(echo %version | tr _ -) %define pkgver %(echo %version | tr _ -)
%define commit %(echo %version | cut -d. -f5)
Name: bluez-tools Name: bluez-tools
Version: 0.2.0.20161216git Version: 0.2.0.20201025git.f653217
Release: 2mamba Release: 1mamba
Summary: A set of tools to manage bluetooth devices for linux Summary: A set of tools to manage bluetooth devices for linux
Group: Applications/Communication Group: Applications/Communication
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://code.google.com/p/bluez-tools/ URL: https://code.google.com/archive/p/bluez-tools
Source: https://github.com/khvzak/bluez-tools.git/master/bluez-tools-%{version}.tar.bz2 Source: https://github.com/khvzak/bluez-tools.git/master@%{commit}/bluez-tools-%{version}.tar.bz2
#Source: https://bluez-tools.googlecode.com/files/bluez-tools-%{pkgver}.tar.gz
Patch0: bluez-tools-0.1.38_662e-pin-option-and-ps3.patch Patch0: bluez-tools-0.1.38_662e-pin-option-and-ps3.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libdbus-devel
BuildRequires: libdbus-glib-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libreadline-devel BuildRequires: libreadline-devel
BuildRequires: libtermcap-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Conflicts: bluez4-tools Conflicts: bluez4-tools
Provides: bluez5-tools Provides: bluez5-tools
Obsoletes: bluez5-tools Obsoletes: bluez5-tools < 0.2.0.20201025git.f653217
Requires: bluez5 Requires: bluez5
Requires: obexd
Requires: obex-client
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
A set of tools to manage bluetooth devices for linux. A set of tools to manage bluetooth devices for linux.
@ -52,25 +48,20 @@ A set of tools to manage bluetooth devices for linux.
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/bt-adapter %{_bindir}/bt-adapter
%{_bindir}/bt-agent %{_bindir}/bt-agent
#%{_bindir}/bt-audio
%{_bindir}/bt-device %{_bindir}/bt-device
#%{_bindir}/bt-input
#%{_bindir}/bt-monitor
%{_bindir}/bt-network %{_bindir}/bt-network
%{_bindir}/bt-obex %{_bindir}/bt-obex
#%{_bindir}/bt-serial
%{_mandir}/man1/bt-adapter.1* %{_mandir}/man1/bt-adapter.1*
%{_mandir}/man1/bt-agent.1* %{_mandir}/man1/bt-agent.1*
#%{_mandir}/man1/bt-audio.1*
%{_mandir}/man1/bt-device.1* %{_mandir}/man1/bt-device.1*
#%{_mandir}/man1/bt-input.1*
#%{_mandir}/man1/bt-monitor.1*
%{_mandir}/man1/bt-network.1* %{_mandir}/man1/bt-network.1*
%{_mandir}/man1/bt-obex.1* %{_mandir}/man1/bt-obex.1*
#%{_mandir}/man1/bt-serial.1*
%doc AUTHORS COPYING %doc AUTHORS COPYING
%changelog %changelog
* Tue Oct 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0.20201025git.f653217-1mamba
- update to 0.2.0.20201025git.f653217
* Thu Sep 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0.20161216git-2mamba * Thu Sep 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0.20161216git-2mamba
- rename from bluez5-tools to bluez-tools; obsolete bluez5-tools; conflict with bluez4-tools - rename from bluez5-tools to bluez-tools; obsolete bluez5-tools; conflict with bluez4-tools