update to 0.18.0 [release 0.18.0-1mamba;Mon Aug 05 2019]
This commit is contained in:
parent
639b0110bd
commit
777196ff41
15
bitcoin.spec
15
bitcoin.spec
@ -1,6 +1,6 @@
|
||||
%define maj123ver %(echo %version | cut -d. -f1-3)
|
||||
Name: bitcoin
|
||||
Version: 0.17.1
|
||||
Version: 0.18.0
|
||||
Release: 1mamba
|
||||
Summary: A frontend for the bitcoin cryptocurrency
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@ -15,7 +15,7 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libdb51-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
@ -48,7 +48,12 @@ A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electr
|
||||
%build
|
||||
%configure \
|
||||
--with-gui \
|
||||
--with-incompatible-bdb
|
||||
--with-incompatible-bdb \
|
||||
--with-boost-system=boost_system \
|
||||
--with-boost-filesystem=boost_filesystem \
|
||||
--with-boost-thread=boost_thread \
|
||||
--with-boost-chrono=boost_chrono \
|
||||
--with-boost-unit-test-framework=boost_unit_test_framework
|
||||
|
||||
%make
|
||||
|
||||
@ -92,6 +97,7 @@ exit 0
|
||||
%{_bindir}/bitcoin-qt
|
||||
%{_bindir}/bitcoin-cli
|
||||
%{_bindir}/bitcoin-tx
|
||||
%{_bindir}/bitcoin-wallet
|
||||
%{_bindir}/bitcoind
|
||||
%{_bindir}/bench_bitcoin
|
||||
%{_bindir}/test_bitcoin
|
||||
@ -112,6 +118,9 @@ exit 0
|
||||
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.0-1mamba
|
||||
- update to 0.18.0
|
||||
|
||||
* Tue Dec 25 2018 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user