https://github.com/danieldin95/rpmbuild
This project keep packages for unmaintain centos
https://github.com/danieldin95/rpmbuild
Last synced: 3 months ago
JSON representation
This project keep packages for unmaintain centos
- Host: GitHub
- URL: https://github.com/danieldin95/rpmbuild
- Owner: danieldin95
- Created: 2022-10-08T06:27:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T17:11:43.000Z (over 2 years ago)
- Last Synced: 2025-01-03T20:12:50.650Z (5 months ago)
- Language: Shell
- Size: 30.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpmbuild
This project keep packages for unmaintain centos.## Install deps
```
$ yum-builddep ./SPECS/libvirt.spec
```## Build rpms
```
$ rpmbuild -ba ./SPECS/libvirt.spec
```