automatic version update by autodist [release 22.0-1mamba;Wed Sep 29 2021]
This commit is contained in:
parent
852f3747b9
commit
1ecc6a23f8
23
bitcoin.spec
23
bitcoin.spec
@ -1,25 +1,28 @@
|
||||
%define maj123ver %(echo %version | cut -d. -f1-3)
|
||||
Name: bitcoin
|
||||
Version: 0.21.1
|
||||
Version: 22.0
|
||||
Release: 1mamba
|
||||
Summary: A frontend for the bitcoin cryptocurrency
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: https://bitcoincore.org/en/download
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://bitcoincore.org/en/download/
|
||||
Source: https://github.com/bitcoin/bitcoin.git/v%{version}/bitcoin-%{version}.tar.bz2
|
||||
#Source: https://bitcoin.org/bin/bitcoin-core-%{version}/bitcoin-%{version}.tar.gz
|
||||
Source1: bitcoin-qt.desktop
|
||||
Source2: bitcoin-qt.svg
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
|
||||
#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libdb53-cxx
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libminiupnpc-devel
|
||||
BuildRequires: libnatpmp-devel
|
||||
BuildRequires: libqrencode-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsodium-devel
|
||||
@ -31,7 +34,7 @@ BuildRequires: libzeromq-devel
|
||||
BuildRequires: miniupnpc-devel >= 1.9.20150206-1mamba
|
||||
BuildRequires: protobuf-devel >= 1.6.1
|
||||
Conflicts: bitcoinclassic
|
||||
Obsoletes: bitcoin-qt
|
||||
Obsoletes: bitcoin-qt < 22.0
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
@ -41,11 +44,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%description
|
||||
A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
@ -99,10 +102,7 @@ exit 0
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/test_bitcoin-qt
|
||||
%{_bindir}/bitcoin-qt
|
||||
%{_bindir}/bitcoin-cli
|
||||
%{_bindir}/bitcoin-tx
|
||||
%{_bindir}/bitcoin-wallet
|
||||
%{_bindir}/bitcoin-*
|
||||
%{_bindir}/bitcoind
|
||||
%{_bindir}/bench_bitcoin
|
||||
%{_bindir}/test_bitcoin
|
||||
@ -121,6 +121,9 @@ exit 0
|
||||
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
||||
|
||||
%changelog
|
||||
* Wed Sep 29 2021 Automatic Build System <autodist@mambasoft.it> 22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 0.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user