https://github.com/kazuhisya/libyrmcds-rpm
libyrmcds rpm spec
https://github.com/kazuhisya/libyrmcds-rpm
centos fedora memcached rhel rpm rpmbuild yrmcds
Last synced: 3 months ago
JSON representation
libyrmcds rpm spec
- Host: GitHub
- URL: https://github.com/kazuhisya/libyrmcds-rpm
- Owner: kazuhisya
- Created: 2016-06-25T12:35:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T07:40:24.000Z (over 8 years ago)
- Last Synced: 2025-01-20T23:29:32.455Z (5 months ago)
- Topics: centos, fedora, memcached, rhel, rpm, rpmbuild, yrmcds
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libyrmcds RPM spec
[](https://circleci.com/gh/kazuhisya/libyrmcds-rpm/tree/master)
This repository provides unofficial rpmbuild scripts for Red Hat Enterprise Linux and Fedora.
- libyrmcds - libyrmcds is a memcached client library written in C. http://cybozu.github.io/libyrmcds/
## 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_64Prerequisites:
- `gcc` and `g++` 4.8.1 or newer
## Compiled Package
- You can find prebuilt rpm binary from here(el7 and fc22, 23, 24)
- [FedoraCopr khara/yrmcds Copr](https://copr.fedoraproject.org/coprs/khara/yrmcds/)el7:
```bash
$ 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:
```bash
$ sudo dnf copr enable khara/yrmcds
$ sudo dnf install -y libyrmcds
```## Build
setting up:
```bash
$ sudo yum install -y yum-utils rpmdevtools make
```git clone and make:
```bash
$ git clone https://github.com/kazuhisya/libyrmcds-rpm.git
$ cd libyrmcds-rpm
$ sudo yum-builddep ./libyrmcds.spec
``````bash
$ 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.