https://github.com/danieldin95/rpmbuild
This project keep packages for unmaintain centos
https://github.com/danieldin95/rpmbuild
Last synced: 24 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T17:11:43.000Z (over 3 years ago)
- Last Synced: 2025-02-22T21:43:39.019Z (over 1 year 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
```