Skip to content

shing6326/litecoin-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Litecoin

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

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/litecoin.spec rpmbuild/SPECS/

Download the source file and build source rpm

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

Build the source rpm using mock

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

Compile

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published