Skip to content

shing6326/bitcoin-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Bitcoin

The rpm source for bitcoin daemon. For more details of bitcoin, please visit https://github.com/bitcoin/bitcoin

Building the source rpm

Install rpmspectool to download the source files inside rpm spec

yum install rpmspectool

Install mock environment to build the rpm https://github.com/rpm-software-management/mock/wiki

Copy the spec file from repository

cd ~
mkdir rpmbuild/SPECS
cp SPECS/bitcoin.spec rpmbuild/SPECS/

Download the source file and build source rpm

spectool -g -R rpmbuild/SPECS/bitcoin.spec

Build the source rpm using mock

mock --resultdir=$HOME --buildsrpm --spec rpmbuild/SPECS/bitcoin.spec --sources rpmbuild/SOURCES -v

Compile

mock -v bitcoin-0.16.3-1.el7.src.rpm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published