rename from bluez5-tools to bluez-tools; obsolete bluez5-tools; conflict with bluez4-tools [release 0.2.0.20161216git-2mamba;Thu Sep 07 2017]
This commit is contained in:
parent
9e6e6eaa22
commit
c77e15b919
@ -1,22 +1,14 @@
|
|||||||
%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.2.0
|
Version: 0.2.0.20161216git
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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://github.com/khvzak/%{name}/archive/%{commit}.tar.gz
|
Source: https://github.com/khvzak/bluez-tools.git/master/bluez-tools-%{version}.tar.bz2
|
||||||
#/%{name}-%{version}%{?git_ver}.tar.gz
|
|
||||||
#Source: https://bluez-tools.googlecode.com/files/bluez-tools-%{pkgver}.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
|
||||||
@ -27,6 +19,10 @@ BuildRequires: libdbus-glib-devel
|
|||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Conflicts: bluez4-tools
|
||||||
|
Provides: bluez5-tools
|
||||||
|
Obsoletes: bluez5-tools
|
||||||
|
Requires: bluez5
|
||||||
Requires: obexd
|
Requires: obexd
|
||||||
Requires: obex-client
|
Requires: obex-client
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -37,7 +33,7 @@ A set of tools to manage bluetooth devices for linux.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{commit}
|
%setup -q -n bluez-tools-%{pkgver}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -75,8 +71,11 @@ A set of tools to manage bluetooth devices for linux.
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Apr 09 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.2.0~20140808-1mamba
|
* Thu Sep 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0.20161216git-2mamba
|
||||||
- update to 0.2.0~20140808
|
- rename from bluez5-tools to bluez-tools; obsolete bluez5-tools; conflict with bluez4-tools
|
||||||
|
|
||||||
|
* Fri Dec 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0.20161216git-1mamba
|
||||||
|
- update to 0.2.0.20161216git
|
||||||
|
|
||||||
* 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