项目作者: kazuhisya

项目描述 :
yrmcds rpm spec
高级语言: Makefile
项目地址: git://github.com/kazuhisya/yrmcds-rpm.git
创建时间: 2015-09-26T13:12:30Z
项目社区:https://github.com/kazuhisya/yrmcds-rpm

开源协议:

下载


yrmcds 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:

  1. $ 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
  2. $ sudo yum install -y yrmcds

fc23:

  1. $ sudo dnf copr enable khara/yrmcds
  2. $ sudo dnf install -y yrmcds

Build

setting up:

  1. $ sudo yum install -y yum-utils rpmdevtools make

git clone and make:

  1. $ git clone https://github.com/kazuhisya/yrmcds-rpm.git
  2. $ cd yrmcds-rpm
  3. $ sudo yum-builddep ./yrmcds.spec
  1. $ make rpm
  2. $ cd ./dist/RPMS/x86_64/
  3. $ sudo yum install ./yrmcds-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.