update to 0.2.0~20140808 [release 0.2.0~20140808-1mamba;Sun Apr 09 2017]
This commit is contained in:
parent
8c956835f3
commit
9e6e6eaa22
@ -1,14 +1,23 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
|
#there is no tag in git repo
|
||||||
|
%define commit 97efd293491ad7ec96a655665339908f2478b3d1
|
||||||
|
%define shortcommit 97efd29
|
||||||
|
%define gitdate 20161212
|
||||||
|
%define git_ver -git%{gitdate}.%{shortcommit}
|
||||||
|
%define git_rel .git%{gitdate}.%{shortcommit}
|
||||||
|
|
||||||
Name: bluez-tools
|
Name: bluez-tools
|
||||||
Version: 0.1.38_662e
|
Version: 0.2.0
|
||||||
Release: 4mamba
|
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/p/bluez-tools/
|
||||||
Source: https://bluez-tools.googlecode.com/files/bluez-tools-%{pkgver}.tar.gz
|
Source: https://github.com/khvzak/%{name}/archive/%{commit}.tar.gz
|
||||||
|
#/%{name}-%{version}%{?git_ver}.tar.gz
|
||||||
|
#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
|
||||||
@ -28,10 +37,11 @@ A set of tools to manage bluetooth devices for linux.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{pkgver}
|
%setup -q -n %{name}-%{commit}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
%make LIBREADLINE="-lreadline -ltermcap"
|
%make LIBREADLINE="-lreadline -ltermcap"
|
||||||
|
|
||||||
@ -46,25 +56,28 @@ 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-audio
|
||||||
%{_bindir}/bt-device
|
%{_bindir}/bt-device
|
||||||
%{_bindir}/bt-input
|
#%{_bindir}/bt-input
|
||||||
%{_bindir}/bt-monitor
|
#%{_bindir}/bt-monitor
|
||||||
%{_bindir}/bt-network
|
%{_bindir}/bt-network
|
||||||
%{_bindir}/bt-obex
|
%{_bindir}/bt-obex
|
||||||
%{_bindir}/bt-serial
|
#%{_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-audio.1*
|
||||||
%{_mandir}/man1/bt-device.1*
|
%{_mandir}/man1/bt-device.1*
|
||||||
%{_mandir}/man1/bt-input.1*
|
#%{_mandir}/man1/bt-input.1*
|
||||||
%{_mandir}/man1/bt-monitor.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*
|
#%{_mandir}/man1/bt-serial.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 09 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.2.0~20140808-1mamba
|
||||||
|
- update to 0.2.0~20140808
|
||||||
|
|
||||||
* Thu Dec 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.38_662e-4mamba
|
* Thu Dec 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.38_662e-4mamba
|
||||||
- rebuilt with fix: bt-obex: symbol lookup error: /usr/lib/libreadline.so.6: undefined symbol: UP
|
- rebuilt with fix: bt-obex: symbol lookup error: /usr/lib/libreadline.so.6: undefined symbol: UP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user