]> git.pld-linux.org Git - packages/primecoin.git/blobdiff - primecoin.spec
- rebuild with boost 1.63.0
[packages/primecoin.git] / primecoin.spec
index 3eac908bd1d7eacac51757672c250724376c5fc7..f6933060d1848ac4fff992694d58bcdb93c3dd5a 100644 (file)
@@ -1,14 +1,16 @@
 %define        snap    20131127
+%define        rel     11
 Summary:       Primecoin - First Scientific Computing Cryptocurrency
 Name:          primecoin
 Version:       0.1.2
-Release:       2.%{snap}.3
+Release:       2.%{snap}.%{rel}
 License:       MIT/X11
 Group:         X11/Applications
 # Source0:     https://github.com/primecoin/primecoin/archive/v%{version}.tar.gz
 Source0:       %{name}-20131127.tar.bz2
 # Source0-md5: 10ae9950aba9232a3c035e499c38aa74
 Patch0:                build-i486.patch
+Patch1:                boost-1.58.patch
 URL:           http://primecoin.org
 BuildRequires: QtCore-devel
 BuildRequires: QtDBus-devel
@@ -35,6 +37,7 @@ Qt-based Primecoin Wallet.
 %prep
 %setup -q -n %{name}-%{snap}
 %patch0 -p1
+%patch1 -p1
 
 %build
 qmake-qt4 bitcoin-qt.pro \
This page took 0.079367 seconds and 4 git commands to generate.