Skip to content

kazuhisya/libyrmcds-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libyrmcds RPM spec

Circle CI

This repository provides unofficial rpmbuild scripts for Red Hat Enterprise Linux and Fedora.

Distro support

Tested working on:

  • RHEL/CentOS 7 x86_64
    • When you try to build on el7, must enable the EPEL repository.
  • Fedora 22, 23, 24 x86_64

Prerequisites:

  • gcc and g++ 4.8.1 or newer

Compiled Package

el7:

$ 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 libyrmcds

fc23:

$ sudo dnf copr enable khara/yrmcds
$ sudo dnf install -y libyrmcds

Build

setting up:

$ sudo yum install -y yum-utils rpmdevtools make

git clone and make:

$ git clone https://github.com/kazuhisya/libyrmcds-rpm.git
$ cd libyrmcds-rpm
$ sudo yum-builddep ./libyrmcds.spec
$ make rpm
$ cd ./dist/RPMS/x86_64/
$ sudo yum install ./libyrmcds-X.X.X-X.el7.x86_64.rpm --nogpgcheck

Disclaimer

  • This repository and all files that are included in this, there is no relationship at all with the upstream and vendor.