yrmcds rpm spec
This repository provides unofficial rpmbuild scripts for Red Hat Enterprise Linux and Fedora.
Tested working on:
Prerequisites:
gcc
and g++
4.8.1 or newerel7:
$ sudo curl -sL -o /etc/yum.repos.d/khara-yrmcds.repo https://copr.fedoraproject.org/coprs/khara/yrmcds/repo/epel-7/khara-yrmcds-epel-7.repo
$ sudo yum install -y yrmcds
fc23:
$ sudo dnf copr enable khara/yrmcds
$ sudo dnf install -y yrmcds
setting up:
$ sudo yum install -y yum-utils rpmdevtools make
git clone and make:
$ git clone https://github.com/kazuhisya/yrmcds-rpm.git
$ cd yrmcds-rpm
$ sudo yum-builddep ./yrmcds.spec
$ make rpm
$ cd ./dist/RPMS/x86_64/
$ sudo yum install ./yrmcds-X.X.X-X.el7.x86_64.rpm --nogpgcheck