]> git.pld-linux.org Git - packages/bitcoin.git/blobdiff - bitcoin.spec
- updated to 0.20.0
[packages/bitcoin.git] / bitcoin.spec
index 88b592f24f778bf2cff4793b0f85c229d2752e44..c53ec598827dd3e2956cf7c72890d49a214ec03b 100644 (file)
@@ -3,19 +3,22 @@
 Summary:       Bitcoin is a peer-to-peer currency
 Summary(pl.UTF-8):     Bitcoin - waluta peer-to-peer
 Name:          bitcoin
-Version:       0.18.0
+Version:       0.20.0
 Release:       1
 License:       MIT
 Group:         X11/Applications
 # Source0:     https://github.com/bitcoin/bitcoin/archive/v%{version}/%{name}-%{version}.tar.gz
 Source0:       https://bitcoin.org/bin/bitcoin-core-%{version}/bitcoin-%{version}.tar.gz
-# Source0-md5: 916c8fb6e7e83f60207113273c39507c
+# Source0-md5: 46e632b4f42a5162e6f100a01cf4ee00
+Patch0:                qt-5.15.patch
 URL:           http://www.bitcoin.org/
-BuildRequires: QtCore-devel >= 4.0
-BuildRequires: QtDBus-devel >= 4.0
-BuildRequires: QtGui-devel >= 4.0
-BuildRequires: autoconf >= 2.60
-BuildRequires: automake
+BuildRequires: Qt5Core-devel >= 5.0
+BuildRequires: Qt5DBus-devel >= 5.0
+BuildRequires: Qt5Gui-devel >= 5.0
+BuildRequires: Qt5Network-devel >= 5.0
+BuildRequires: Qt5Widgets-devel >= 5.0
+BuildRequires: autoconf >= 2.69
+BuildRequires: automake >= 1:1.13
 BuildRequires: boost-devel >= 1.49
 BuildRequires: db-cxx-devel >= 4.8
 BuildRequires: gettext-tools
@@ -28,7 +31,7 @@ BuildRequires:        miniupnpc-devel >= 1.5
 BuildRequires: openssl-devel
 BuildRequires: pkgconfig
 BuildRequires: protobuf-devel
-BuildRequires: python >= 1:2.7
+BuildRequires: python3 >= 1:3.5
 BuildRequires: qrencode-devel
 BuildRequires: zeromq-devel >= 4
 Requires:      libunivalue >= 1.0.4
@@ -84,6 +87,7 @@ Portfel na bitcoiny oparty na Qt.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -91,6 +95,13 @@ Portfel na bitcoiny oparty na Qt.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+cd src/secp256k1
+%{__libtoolize}
+%{__aclocal} -I build-aux/m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cd ../..
 %configure \
        --disable-silent-rules \
        --with-boost \
@@ -136,6 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libbitcoinconsensus.so.0
 %{_mandir}/man1/bitcoin-cli.1*
 %{_mandir}/man1/bitcoin-tx.1*
+%{_mandir}/man1/bitcoin-wallet.1*
 %{_mandir}/man1/bitcoind.1*
 
 %files devel
This page took 0.069578 seconds and 4 git commands to generate.