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)
|
%define maj123ver %(echo %version | cut -d. -f1-3)
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 0.21.1
|
Version: 22.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A frontend for the bitcoin cryptocurrency
|
Summary: A frontend for the bitcoin cryptocurrency
|
||||||
Group: Graphical Desktop/Applications/Other
|
Group: Graphical Desktop/Applications/Other
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://bitcoincore.org/en/download
|
URL: https://bitcoincore.org/en/download/
|
||||||
Source: https://github.com/bitcoin/bitcoin.git/v%{version}/bitcoin-%{version}.tar.bz2
|
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
|
#Source: https://bitcoin.org/bin/bitcoin-core-%{version}/bitcoin-%{version}.tar.gz
|
||||||
Source1: bitcoin-qt.desktop
|
Source1: bitcoin-qt.desktop
|
||||||
Source2: bitcoin-qt.svg
|
Source2: bitcoin-qt.svg
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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: glibc-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libdb53-cxx
|
BuildRequires: libdb53-cxx
|
||||||
BuildRequires: libevent-devel
|
BuildRequires: libevent-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libminiupnpc-devel
|
BuildRequires: libminiupnpc-devel
|
||||||
|
BuildRequires: libnatpmp-devel
|
||||||
BuildRequires: libqrencode-devel
|
BuildRequires: libqrencode-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsodium-devel
|
BuildRequires: libsodium-devel
|
||||||
@ -31,7 +34,7 @@ BuildRequires: libzeromq-devel
|
|||||||
BuildRequires: miniupnpc-devel >= 1.9.20150206-1mamba
|
BuildRequires: miniupnpc-devel >= 1.9.20150206-1mamba
|
||||||
BuildRequires: protobuf-devel >= 1.6.1
|
BuildRequires: protobuf-devel >= 1.6.1
|
||||||
Conflicts: bitcoinclassic
|
Conflicts: bitcoinclassic
|
||||||
Obsoletes: bitcoin-qt
|
Obsoletes: bitcoin-qt < 22.0
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -41,11 +44,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -99,10 +102,7 @@ exit 0
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/test_bitcoin-qt
|
%{_bindir}/test_bitcoin-qt
|
||||||
%{_bindir}/bitcoin-qt
|
%{_bindir}/bitcoin-*
|
||||||
%{_bindir}/bitcoin-cli
|
|
||||||
%{_bindir}/bitcoin-tx
|
|
||||||
%{_bindir}/bitcoin-wallet
|
|
||||||
%{_bindir}/bitcoind
|
%{_bindir}/bitcoind
|
||||||
%{_bindir}/bench_bitcoin
|
%{_bindir}/bench_bitcoin
|
||||||
%{_bindir}/test_bitcoin
|
%{_bindir}/test_bitcoin
|
||||||
@ -121,6 +121,9 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 0.21.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user